Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 506 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 506 Bytes

TutorFinder

TutorFinder provides a friendly platform for students and tutors to connect and schedule appointments.

How to use

Installing files

Go into these directories and run npm install on each of them:

  • frontend
  • backend
  • database

Creating 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

Running

Run npm run dev on both frontend and backend