This sample code is TODO application, which has simple CRUD on PostgreSQL
You need to install:
- Docker and Docker Compose
- Deno
./runner setup
Start the server on localhost:8000
./runner up # start the server
./runner db:migrate # run database migration
./runner db:seed # load seed data
./runner reset # reset docker containers