- Recorded Video
- Q&A
- offline or online realtime meeting (Skype or Zoom)
- It has attendance checking service to evaluate tutee
- It has tutor rating system, used by tutee to improve class quality
Improvements after Tutor 2 Tutee
🛠
- Implementation of JWT-token
- Implementation of Full Stack
- Implementation of Mongo Atlas
- Service to Heroku or AWS Cloud (https://tutor2tutee.herokuapp.com)
- Service by Docker
- RESTful Server
- Coming soon🔧
-
Drop a 🌟 on the GitHub repository.
-
Download Git (when you install Git, Git Bash also gets installed by default)
-
Download and install a code/ text editor. - Recommended- - Download VS Code - Download Atom
-
Download Node Js and npm(Node package manager) (when you install Node, npm also gets installed by default)
-
Mongo DB community editition is free and a great software in order to work with MongoDB applications. Download Mongo DB community editition
-
Robo 3T is a desktop graphical user interface (GUI) for Mongo DB. It can help to skip running all the Mongo DB commands manually every time we want to access the data. Download Robo 3T (optional)
-
Clone the repository by running command
git clone https://github.com/<your user-name>/Tutor2Tutee-Advanced.git
-
Run command
cd Tutor2Tutee
.
-
Run this command to install all dependencies for the frontend of this project.
npm install
-
Now, run command
cd servers
. -
Run this command to install all dependencies for the backend of this project.
npm install
- Run this command to start the client.
npm run start:client
- Run this command to start the server.
npm run start:server:dev
- Open link to view the website in your browser window if it doesn't open automatically.
http://localhost:3000/
- Now you are all set to use this project.