Skip to content

drxc00/mentor-match-public

Repository files navigation

Mentor Match

Web Application-Based Platform for Tutoring Services Scheduling & Management (Software Engineering Project)

Getting Started

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.

Deployment

This application is currently deployed. Visit MentorMatch.

About

Public Repository for Mentor Match

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages