Skip to content

srvinoth/spring-boot-mongodb-angular4-todo-app-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Spring Boot, MongoDB, Angular 4 Restful API todos app

Build a Todo App with Spring Boot & MongoDB in the Backend and Angular 4 in the frontend.

Requirements

  1. Java - 1.8.x

  2. Maven - 3.x.x

  3. MongoDB - 3.x.x

Steps to Setup

1. Clone the application

git clone https://github.com/srvinoth/spring-boot-mongodb-angular4-todo-app-master.git

2. Build and run the backend app using maven

cd spring-boot-mongodb-backend
mvn package
java -jar target/todoapp-1.0.0.jar

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

mvn spring-boot:run

The backend server will start at http://localhost:8080.

3. Run the frontend app using npm

cd angular4-frontend
npm install
npm start

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