This repository is back-end side of the project.
To run the project, the back-end side should be executed first and then front-end side.
(All commands are based on Linux)
- Clone this repository.
- Enter
./gradlew build
. - Enter
./gradlew bootRun
. - Now, codes in this back-end repo are running. Go to front-end repository named "SchoolCourseCatalog-FrontEnd".
- Clone that repository
- Enter
npm install
- Enter
npm start
- Go to
http://localhost:4200/
.