Skip to content

jchen2186/cbplatform

Repository files navigation

Connect! Chorus Battle

A website that brings together the chorus battle (CB) community on YouTube, Twitter, and other social media sites.

We are Live!

http://cbplatform.herokuapp.com

How to Run Locally

*** Note that we are using Python3 rather than Python2.

  1. Clone this repo
git clone https://github.com/jchen2186/cbplatform.git
  1. Create and use a virtual env
virtualenv .venv
source .venv/bin/activate
  1. Install the requirements
pip3 install -r requirements.txt
  1. Run the development server
python3 application.py

Updating the Requirements

pip3 freeze > requirements.txt

How to Run Pylint

In the cbplatform directory, run the following:

python3 pylintrunner.py

How to Run Tests

In the cbplatform directory, run the following:

pytest

About

Web Platform for Chorus Battles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages