Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 895 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 895 Bytes

Instantutor

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

How to run the App

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

Deployment

Credit to Dorm Design for setup files and Dockerfiles for deployment. Repository found here