You nedd to have:
- brew
- docker v27.3.1
- docker-compose v2.30.3
- go v1.22.9 (gvm is better)
- node v23.2.0
- npm 10.9.0 (nvm is better)
Create your .env
based on env.template
you can run:
cp .env.template .env
Run these commands first
make db_init
make db_start
make install
make live
Runs the app and looks for changes on 127.0.0.1:7331
for live reload.
Create migration file
make migration_create {init_message}
Run migration up
make migration_up
Run rollback
make migration_down
Run migration fix
make migration_fix VERSION={VERSION_NUMBER}