#codeTutor
The codeTutor seeks to help people learn by connecting them with other students of the subject they're learning. People are instantly connected with each other via video chat and instant messaging and can help get each other un-stuck.
codeTutor is an Angular webapp that uses icecomm.io (powered by WebRTC) for video chat and a public ratings and reviews for peer-evaluations.
Visit the app at:
http://amdev.elasticbeanstalk.com/
The latest version of the codebase can be found here:
https://github.com/defiant-light/codeTutor
For the most up-to-date documentation on product functionality and technical architecture goto:
https://github.com/defiant-light/codeTutor/tree/master/docs
Prerequisites: You must have Node.js, Bower, and MySQL installed.
To get up and running on your local development machine:
- Fork the repo
- Run bower install
- Run npm install
- Start your node server
- Start your mySql server
- Goto http://localhost:3000
Additionally, start a server by running gulp serve
and then run gulp
to continually compile files and refresh the browser.
If you would like to make a contribution, please see the contribution guide for the git workflow.
https://github.com/defiant-light/codeTutor/blob/master/CONTRIBUTING.md
For any bugs or issues, please create a new issue at:
https://github.com/defiant-light/codeTutor/issues