All commands must be executed in project root folder.
- Copy .env.example as .env and update it
- Use project environment, run:
source ./shell.sh- it will allow you to use all pre-defined aliases, env variable etc. - Run
mad:migrate:up– this will run migration tool and update database
It will build and run server automatically when you change code.
mad:dev
mad:build
mad:run
This project uses goose. Predefined scripts are:
Up: mad:migrate:up
Down: mad:migrate:down
Create: mad:migrate:create
Other command can be executed by calling directly.