TutorFinder provides a friendly platform for students and tutors to connect and schedule appointments.
Go into these directories and run npm install
on each of them:
- frontend
- backend
- database
Create a MongoDB cluster and provide the connection string in a .env file. It must go in the root directory of the project. The variables are:
- MONGODB_URI
- PORT
Run npm run dev
on both frontend and backend