This is the backend which manages the other services in this project Frontend API management Authentication and Authorization handling
- Clone the github repository
- Make sure you have Java 17 installed
- Make sure your Java HOME is setup and /bin dir is added to the PATH
- Recommand to have intellij idea installed
- Open the project through intellij idea
- Reload the project so that dependencies will be added to your local maven repository
To install the project if you want
./mvnw clean install
Otherwise you can use intellij to run the portal backend