Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 334 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 334 Bytes

Todo

A basic no frills todo list app made using Next.js and Prisma

Getting Started

  1. Fork and clone repo
  2. Use npm install to install dependencies
  3. Create your own database using postgres
  4. Connect prisma to your database using the .env example provided
  5. Use npm run dev to start the server
  6. Start making some todos!