Skip to content

A simple TODO app built with Spring Boot, MongoDB at backend and Angular 4 at frontend

Notifications You must be signed in to change notification settings

shuvro/spring-boot-mongodb-rest-api-angular4-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A simple TODO app built with Spring Boot, MongoDB at backend and Angular 4 at frontend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages