Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web side Name:

Online Tutor Booking Platform

Live Site Link:

Backend (Server)

Features

  • Secure API endpoints for tutor data and user authentication.
  • JWT-based authentication.
  • MongoDB for data storage.
  • Handles review counts and tutor filtering based on categories.

Technologies Used

  • Node.js
  • Express.js
  • MongoDB

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd server
  2. Install dependencies:

    npm install
  3. Add .env file with the following:

    PORT=5000
    MONGO_URI=<your-mongo-connection-string>
    JWT_SECRET=<your-jwt-secret>
    GOOGLE_CLIENT_ID=<your-google-client-id>
  4. Start the server:

    npm start
  5. API will run at:

    http://localhost:5000
    

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages