💨 Simple CRUD API with UI for people profiles
Build on NextJS, TS, Prisma, Mantine, formidable
- Install all dependencies
npm i- Write in env file (rename .env.example => .env)
- Migrate prisma migrations
npx prisma migrate dev
# or if you want to migrate on production
npx prisma migrate deploy- Go on
npm run dev