Simplifying tutoring and learning by connecting students and tutors.
MyTute is a platform designed to make tutoring more accessible and efficient. It provides tools for scheduling sessions, tracking progress, and matching students with the best tutors for their needs.
- Clone the repository:
git clone https://github.com/your-username/MyTute.git cd MyTute - Install dependencies for both backend and frontend:
cd backend && npm install cd ../frontend && npm install
- Set up environment variables:
- For the backend, create a
.envfile in thebackendfolder:PORT=3000 DATABASE_URL=your_database_url JWT_SECRET=your_jwt_secret - For the frontend, create a
.envfile in the frontend folder:REACT_APP_API_URL=http://localhost:3000
- For the backend, create a
cd backend
node main.jscd frontend
npm startWe welcome contributions! If you'd like to contribute to this project, please fork the repository and submit a pull request. Feel free to reach out with any questions.
If you find this project helpful, please consider giving it a ⭐️ on GitHub!
Copyright © 2025 Priyanshu Raj & Aadithya.


