Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 692 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 692 Bytes

Student Enrollment System, Spring Boot, Angular 8, MySQL, Hibernate, Liquibase

The application structure is as follows.

  • server-side - Service implemented using Spring boot. More info
  • client-side - A NodeJs application implemented using Angular 8. This consumes services hosted by server side. More info

1) Build Server Side

$ cd server-side
$ gradlew bootJar
$ gradlew bootRun

2) Build and run client side

$ cd client-side
$ ng serve

Access server side using following URL

http://localhost:8080

Access application using following URL

http://localhost:4200