In order to run, create a spring boot run configuration from eclipse run configurations
First time you Run>Run in Eclipse, you will get an option to set build configuration.
- Select
Maven build...(three dots) from the "Run As" dialogue which opens up. - In
Goals:setspring-boot:run - In
Profiles:setdev
- Request your onboarding buddy for firebase and database credentials.
- Set the following environment variables :
GOOGLE_APPLICATION_CREDENTIALS=path to firebase.json fileENV=DEVDB_connection: <URL>DB_password: ***DB_user: ***
After setting all the configurations, run the project as spring boot app (Run>Run)
Follow https://www.baeldung.com/lombok-ide
After running, hit this local endpoint to see the available APIs in the backend - http://localhost:8080/swagger-ui.html