https://tutores-tec-itesm.herokuapp.com/
The purpose of this web application is to enhance mutual support between ITESM students. TutoresTEC intends to become a tool where students can ask for help in subjects where they want to strengthen their knowledge. The most interesting part of this website is that it will be 100% for students, giving the opportunity to tutor students to share their experience and skills in the topics or subjects where they have an outstanding performance.
- César Barraza cbarrazaa1@gmail.com
- Isabel Cruz isabel.cruz81699@gmail.com
The technologies and web development tools used for this web project were: React.js, Heroku, MongoDB, mLab, JSON, Github, Postman.
To use TutoresTEC you must have a profile in the web platform or you can create a new account. You can do this from the login screen or from the sign up screen.
- Step 1: Enter home page
- Step 2: If already are user, login with the right credentials.
- Step 3: If not, click on "Sign up" button.
- Step 4: Create account with the proper infromation.
To run this project locally, you need to run both the client (React) and the server (Node):
For React:
$ cd TutoresTEC
$ cd client
$ npm install
$ npm start
For Node:
$ cd TutoresTEC
$ npm install
$ npm start
With TutoresTEC it is possible to:
- Become a tutor
- Become a student
- Schedule lessons with a selected tutor
- Post an article of interest in TutoresTEC forum
- Search for the right tutor
- See your tutors
- See your students (as a tutor)
The potential features for TutoresTEC as future updates are:
- Private messaging between tutors and students
- Comments and likes in posts
- Attachments and files available for posts
- Validation and verification for users