This repository explains how to install and run the application.
- Gradle 5.1
- Java 1.8
- npm 6.7.0
- Go to the
backend
folder - Copy the file
config/application.properties.template
toconfig/application.properties
and replace the conncetion URI for the database (can be found in the report) - Run
gradle bootRun
- Go to the
frontend
folder - Run
npm install
- Run
npm run start
- Open http://localhost:4200 in a webbrowser