This is an experimental project created to practice new features of Next.JS
app
router, React Server Actions- Prisma.JS as database ORM
- Registration works without REST API, with native React features
- Login too
Clone the project s
git clone https://github.com/kugimiya/ewl-ts
Go to the project directory
cd ewl-ts
Install dependencies
npm install && npm run generate && npm run migrate
Start
npm run dev