Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 552 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 552 Bytes

img.png

Getting Started

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.

Prisma commands

$ npx prisma generate

$ npx prisma migrate dev

Conventions

yyyymm variable contains yyyy-mm format year-month. yyyymmdd variable contains yyyy-mm-dd format date.

Planning

todo.md contains todo list of the project.

api.puml contains sequence diagrams