Skip to content

Latest commit

 

History

History
71 lines (48 loc) · 1.64 KB

README.md

File metadata and controls

71 lines (48 loc) · 1.64 KB

bc-pair-programming-app

This app allows techies to colloborate in real time on the same code and also share chats.

Features:

  • Allows users to be able to create new pair programming sessions
  • Allows users to be able to edit and delete a pair programming session.
  • Allows users to be able to invite other users of the application to my pair programming session
  • Allows users to be able to chat with other users
  • Code editor window has support for languages such as: HTML, Javascript, Python etc.

Tech

bc-pair-programming-app uses a number of open source projects to work properly:

How to Run App

You need to have virtualenv installed on your machine for this guide to work:

1. Run VirtualEnv

$ virtualenv venv

2. Activate VirtualEnv:

On Windows using bash:
$ source venv/Scripts/activate

3. Install Dependencies Such As:

  • Flask==0.10.1
  • Jinja2==2.8
  • MarkupSafe==0.23
  • python-firebase==1.2
  • requests==2.9.1
  • Werkzeug==0.11.4
  • wheel==0.29.0
Example:
$ pip install requests

4. Finally, Run App:

$ python app.py