Skip to content

nwochaadim/bc-pair-programming-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Allows remote colloborative edit of code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published