Skip to content

vishalghanwat321/TODO_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot, H2, Angular 5 Restful API Tutorial

Requirements

  1. Java - 1.8.x

  2. Maven - 3.x.x

  3. H2

  4. Angular 5, Node.js Latest

Steps to Setup

1. Unzip the Project zip

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

npm install

npm serve

Frontend server will run on http://localhost:4200