- Docker
- Make (optional)
- Air (optional)
- VSCode REST Client extension (to run example.rest)
If you have make command installed on your computer, run command below:
make start
If you have air command installed on your computer, run command below:
air
Or, if you don't have it, run command below:
docker compose up --build --abort-on-container-exit
Open this directory on your VSCode, open example.rest
file, then just follow step-by-step there.