To start this backend project please set the following environment variables:
- MYSQL_DB_HOST : hostname of MySQL server
- MYSQL_DB_PORT : port of MySQL server
- DB_NAME : name of schema
- MYSQL_DB_USER : username for the application
- MYSQL_DB_PASSWORD : password for the above username
Once the above environment variables are provided, use the below command to start the app:
./gradlew bootRun