Web Application-Based Platform for Tutoring Services Scheduling & Management (Software Engineering Project)
Create a .env
file containing the following details
MONGO_URL =
NEXTAUTH_SECRET =
NEXTAUTH_URL =
NEXT_PUBLIC_VERCEL_URL =
JWT_SIGNING_PRIVATE_KEY =
NEXT_PUBLIC_VERCEL_ENV = development
IS_PRODUCTION = false
PUSHER_KEY =
PUSHER_APP_ID =
PUSHER_SECRET =
PUSHER_CLUSTER =
UPLOADTHING_SECRET=
UPLOADTHING_APP_ID=
Install the Modules
npm install
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
This application is currently deployed. Visit MentorMatch.