/perl

Primary LanguageJavaScript

Learn to code on your own time: Codify

About

Coding is hard. Finding a tutor is easy. Start learning today at Codify. Codify is an app that connects tutors and students, providing a feature-rich environment via video, code share, and text chat.

Inline-style: alt text

Getting Started

  • Fork a copy of the repo. Clone it to your local machine.

  • Next, you'll need to install our dependencies on your terminal:

$ npm install (cd into client folder)
$ bower install (cd into server folder)
  • Also, you'll need to add a file for API keys:
  client/apiKey.js

  var accessKeyId = "insert key"; (AWS Key);
  var secretAccessKey = "insert secret";
  var bistriAppId = "insert id";
  var bistriAppKey = "insert key";

To start the server and view the app on localhost:8000:

$ node server/server.js

Milestones

  • Setup code share via codeMirror & Socket.io
  • Created private chatroom with Firebase
  • Implemented video chat session using Bistri

Technology & Links

Team Members

  • Ani Stepanyan
  • Brandon Willis
  • Jeong Min Lee
  • Jonathan Lee
  • Zoe Chen