Orchestral library database
Frontend: Typescript, framework TBD Backend: Kotlin/Spring Boot Database: Postgres CI System: GitHub Actions
- Java 11 or higher
- Kotlin 1.4 or higher
- Node 12 or higher
- install the pre-commit hook:
npm i
- Build the project:
cd backend && ./gradlew assemble
(initial run will be slow) OR use the Gradle window in IDEA - Run the application: use the gradle bootRun task and visit https://localhost:8080/composers.
The credentials are found in
/backend/application.properties
.
- RestController can't be imported?
- run gradle clean and reopen project