Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 667 Bytes

File metadata and controls

43 lines (26 loc) · 667 Bytes

Spring Boot, MongoDB, Angular 4, RESTFul API

Build TODO Application using Spring Boot, MongoDB, REST API with AngularJS

Requirements

  1. Java - 1.8.x

  2. Maven - 3.x.x

  3. MongoDB - 3.x.x

  4. Angular CI - 4.x.x

Steps to Setup

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