Skip to content

Latest commit

 

History

History
executable file
·
31 lines (15 loc) · 433 Bytes

Readme.md

File metadata and controls

executable file
·
31 lines (15 loc) · 433 Bytes

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