REST API for a health vitals tracking application
To run this project, you will need to add the following environment variables to your .env file
DB_URL
PostgreSQL database URI
DB_USER
PostgreSQL database username
DB_PASS
PostgreSQL database password
LOG_SQL
Optional boolean flag for spring.jpa.show-sql
, defaults to false