Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 245 Bytes

File metadata and controls

7 lines (6 loc) · 245 Bytes

Instructions

  1. Use SQLITE3 for database storage implementation
  2. Use Prisma for ORM
  3. Implement at least one full CRUD RESTful API
  4. Deploy it on Render for backend and vercel for frontend
  5. Resolve CORS issue if needed after deployment