Create .env file and add the values for the ff:
DATABASE_URL=
ENV=local
Running the app. Add --build flag if this is your first time running the app.
docker compose upCreating migrations
make create_migration name="migration_name"Apply migrations
make apply_migrations Handle database migration conflicts
make migrate_hashCode gen. You need to run ent code gen everytime you update ent/schema files
make ent_generate