TODO List - Backend Application that allows you to create projects and activities and mark them whenever they are completed Database ERD To Run Application copy .env.default to .env and modify the values docker-compose up npm install npx prisma migrate dev npm run dev To recreate a ERD model npx prisma generate