Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 366 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 366 Bytes

TODO List - Backend

Application that allows you to create projects and activities and mark them whenever they are completed

Database ERD

image

To Run Application

  1. copy .env.default to .env and modify the values
  2. docker-compose up
  3. npm install
  4. npx prisma migrate dev
  5. npm run dev

To recreate a ERD model

npx prisma generate