Skip to content

asazic/locations-demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Locations app with Spring Boot and Angular

Requirements

  1. Java - 12.x

  2. Maven - 3.x.x

  3. MongoDB - local database (host: localhost:27017, database: test)

Steps to Setup

1. Clone the application

git clone https://github.com/asazic/locations-demo-app.git

2. Build and run the backend app using maven

cd demo
mvn package
java -jar target/demo-0.0.1-SNAPSHOT.jar

Alternatively, you can run the app without packaging it using -

mvn spring-boot:run

3. Run the frontend app using npm

cd client-app
npm install
ng serve --open

Frontend server will run on http://localhost:4200

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published