Skip to content

mohamedsamara/next-prisma

Repository files navigation

Next Prisma

Description

This project is a template starter example of using Next framework with Prisma ORM. Key implementations are:
  • Utilizing React query library to fetch data along with Next data fetching forms
  • Using Next Auth to add authentication with database adapters to sync sessions and user data
  • Chakra UI integrated to build accessible UI components

Features

Libraries Used

Quick start

  1. Clone this repo using git clone https://github.com/mohamedsamara/next-prisma.git
  2. Move to the directory: cd <PROJECT_NAME>.
  3. Run npm install in order to install dependencies.

Start development

npm run dev

Simple build for production

npm run build

Run build for production

npm start

About

Fullstack application using Next and Prisma

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published