- Set up environment variables as follows
DB_PASSWORD=123456 #your password
DB_URL=jdbc:postgresql://localhost:5432/hei_wallet
DB_USERNAME=prog_admin #your postgresql username
- Create the database using the migration files.
Click here to watch the docs on petstore