Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 419 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 419 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

clone the repository from github

cd mbbs_patronage

npm install

create - .env in root file

copy .env.example in .env

run - npx prisma migrate dev --name init

run - npm prisma generate

npm run dev