First, start database:
docker compose up
Second, run the development server:
# create database
yarn db:init
# and start dev server
yarn dev
Open http://localhost:3001 with your browser to see the result.
yarn lint
yarn test
docker build . -t todo:latest
docker compose -f docker-compose-production.yml up --build