Build TODO Application using Spring Boot, MongoDB, REST API with AngularJS
-
Java - 1.8.x
-
Maven - 3.x.x
-
MongoDB - 3.x.x
-
Angular CI - 4.x.x
1. Clone the application
git clone https://github.com/shuvro/spring-boot-mongodb-rest-api-angular4-todo-app.git
2. Build and run the backend app using maven
mvn spring-boot:run
The backend server will start at http://localhost:8080.
3. Run the frontend app using npm
cd todo-frontend
npm install
npm start
Frontend server will run on http://localhost:4200