Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 609 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 609 Bytes

Starter Setup for Your Next Project

  • React, Next.js, TailwidCSS, Next-Auth, Prisma, TypeScript and Authentication

Generate secret codes for Env

Click this link to generate

Getting Started

  • rename .env.example to .env
  • npm install or yarn
  • npx prisma migrate dev for database schema migration
  • run the development server:
npm run dev
# or
yarn dev

Now, your project is ready with sign in, sign out functions and basic UI.
For registration, API is ready to use. Trigger POST method to '/api/auth/register' and send data.