Skip to content

FilippoDeSilva/Class-Unity

Repository files navigation

Class Unity School Management Dashboard

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.

Learn More

To learn more about Next.js, take a look at the following resources:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published