Skip to content

Md-Asikuzzaman/modern-CURD-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

25 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Modern CURD Application

image

Modern CURD Application using React, NextJS, TailwindCSS, MongoDB & Prisma.

LIVE DEMO

Features:

  • Environment, Typescript, NextJS Setup
  • MongoDB & Prisma connect, Database creation
  • Full responsiveness on all pages
  • Detail-oriented effects and animations using TailwindCSS
  • React-Query data fetching
  • Server Side Rendering

Cloning the repository

git clone https://github.com/Md-Asikuzzaman/modern-CURD-app.git

Install packages

yarn install
or
npm i

Setup .env file

DATABASE_URL=

Start the app

yarn dev
or
npm run dev