Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 678 Bytes

File metadata and controls

37 lines (26 loc) · 678 Bytes

Class Unity School Management System.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

To fully run the project

-To run the project fully:

  • npm run dev
  • npx convex dev
  • npx prisma studio
  • run a docker postgres container for the database

Maintenance commands

  • npx prisma db seed
  • npm i -d ts-node
  • npx prisma migrate dev --name migrations
  • npx prisma generate
  • npx prisma studio