Skip to content

User Management Dashboard using React, Redux, Prisma (in-memory DB) and Next.js

Notifications You must be signed in to change notification settings

blue-rigel/next-user-crud

Repository files navigation

Getting Started

Works best with node 16+

Install the Node Modules with npm

npm install

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Tech Stack

  • React JS / Next JS (UI Library)
  • Tailwind (CSS library)
  • Redux (Package manager and middleware to request to server)
  • Prisma (DB management and query)
  • React Hook Form ( React based Form management Library )
  • Yup ( Object schema validation)
  • SQLite (Local DB, autocreated by Prisma during dev)

About

User Management Dashboard using React, Redux, Prisma (in-memory DB) and Next.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published