Welcome to Instantutor!
Instantutor is a Peer-to-Peer system that allows students to connect with educators/tutors/people with specific skills to maximize resource utilization across a campus.
The development of this project was motivated by the significant rise in demand of one-on-one tutoring during the Covid-19 pandemic.
Project Google Drive (plans, resources, proposal): https://drive.google.com/drive/folders/1e1VJH_k9VLQH7QrlELsNV1ljwsdtFZCG?usp=sharing
Download the source code from the repository and
open two command lines at:
/Instantutor/server
/Instantutor/client
In the server command line type npm run server
In the client command line type npm start
Credit to Dorm Design for setup files and Dockerfiles for deployment. Repository found here