-
Java - 1.8.x
-
Maven - 3.x.x
-
H2
-
Angular 5, Node.js Latest
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