8000 GitHub - Tirth1410/LearnEase
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tirth1410/LearnEase

 
 

Repository files navigation

About Project

LearnEase is the Smart LMS System, which offers Chapter Wise Course playback and AI Quiz Generation and Grading.

Prerequisites

Node version 18.x.x

Install packages

npm i

Setup .env file

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
NEXT_PUBLIC_CLERK_SIGN_IN_URL=
NEXT_PUBLIC_CLERK_SIGN_UP_URL=
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=
DATABASE_URL=
UPLOADTHING_SECRET=
UPLOADTHING_APP_ID=
MUX_TOKEN_ID=
MUX_TOKEN_SECRET=
NEXT_PUBLIC_APP_URL=http://localhost:3000
NEXT_PUBLIC_TEACHER_ID=

Setup Prisma

Add Postgres Database

npx prisma generate
npx prisma db push

Start the app

npm run dev

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.8%
  • JavaScript 1.3%
  • CSS 0.9%
0