This repository is a template for Echo applications following the Clean Architecture principles.
- Create a
.envfile and set the environment variables for the database connection.
Example:DB_HOST=db DB_USER=postgres DB_PASSWORD=postgres DB_NAME=postgres DB_PORT=5432
- Run
make allto start the application and initialize the database.