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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 45.4%Language:Java 21.7%Language:HTML 13.2%Language:CSS 13.0%Language:JavaScript 6.7%