Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 794 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 794 Bytes

NEP Stack

Next, Elysia, Prisma

perfect full-stack starter-kit, with fully built auth

Built With

First, insall packages

npm install

Second, init prisma and create database

npm run prisma

Third, run development server

npm run dev

Reset Database

First, remove ./prisma/migrations folder

Second, init prisma and create database

npm run prisma