TutorMe is an educational platform that connects students with a dedicated tutor. Students can access a variety of resources such as quizzes, topic-based questions, and exam papers tailored to their classes. The tutor can upload and manage these materials to assist students in their preparation. The project is currently in progress, with a focus on building features like user registration, content management, and secure communication.
- Backend: NestJS, Mongoose (MongoDB), JWT authentication 🔐
- Frontend: Angular, Tailwind CSS 🎨
- Tools: GitHub, Postman 💻
- User Registration and Authentication 🔑
- Upload and Management of Class Materials (quizzes, topics, exams) 📚
- Secure Communication between students and the tutor 💬
-
Clone the repository:
git clone https://github.com/shabeelashraf5/TutorMe.git
-
Install dependencies:
- For backend:
npm install
- For frontend:
npm install
(inside the frontend folder)
- For backend:
-
Run the backend and frontend:
- For backend:
npm run start
- For frontend:
ng serve
- For backend: