Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 647 Bytes

File metadata and controls

24 lines (21 loc) · 647 Bytes

Paper

💨 Simple CRUD API with UI for people profiles

Build on NextJS, TS, Prisma, Mantine, formidable

Pull

  1. Install all dependencies
npm i
  1. Write in env file (rename .env.example => .env)
  2. Migrate prisma migrations
npx prisma migrate dev
# or if you want to migrate on production
npx prisma migrate deploy
  1. Go on
npm run dev

License

License