Skip to content

Davidco94/HighTeach

 
 

Repository files navigation

HighTeach Logo

HighTeach

A platform for connecting students and tutors

HighTeach is a social network which enables tutors to expose themselves through dynamic connections with potential students, based on fields or special needs.

Getting Started

Prerequisites

Install Vagrant.

Vagrant is a tool for using virtual machines to share development environments.

Install Virtual Box.

VirtualBox is a hypervisor, which lets us create and run virtual machines.

Initializing virtual environment

  • Clone the HighTeach repository Using the command git clone https://github.com/redhat-beyond/HighTeach.git
  • Open command prompt in HighTeach directory
  • Spin the environment using vagrant up
  • Go to http://localhost:8000 in your web browser

Additional important Virtual environment commands:

  • You can enter the virtual machine by running vagrant ssh
  • Use Vagrant halt to shut the environment down
  • When finished, run vagrant destroy to tear down the environment

License

This project is licensed under the MIT License - see the LICENSE file for details

Contribution

Please see our CONTRIBUTING.md file for details on how to contribute to the HighTeach community.

Team Members

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.4%
  • HTML 25.2%
  • CSS 8.0%
  • JavaScript 1.1%
  • Shell 0.3%