Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 197 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 197 Bytes

todo-backend

todo-backend application that manages todo of a user

To migrate with prisma

yarn prisma format yarn prisma migrate dev --name MIGRATION_NAME --create-only yarn prisma migrate dev