For building and running the application locally you need:
- Run PostgreSQL locally
docker run --rm -e POSTGRES_PASSWORD=password -e POSTGRES_DB=wayfinder -e POSTGRES_USER=postgres postgres:13.3
- To run the Spring Boot application locally, execute the
main
method in thecom.wayfinder.app.Application
class from your IDE. - Test the endpoints with Postman collections (Refer to docs)
Edit the configurations accordingly at src/main/resources/application-default.properties
spring.datasource.url=
spring.datasource.username=
spring.datasource.password=
jwt.secret=