First, install Docker Desktop and run DB with docker-compose (stack.yml), then, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
$ npx prisma generate
$ npx prisma migrate dev
yyyymm variable contains yyyy-mm format year-month. yyyymmdd variable contains yyyy-mm-dd format date.
todo.md contains todo list of the project.
api.puml contains sequence diagrams