This is the Flask app that powers BronyTV.
It runs on Python 2, and depends on the following pip
packages:
- flask
- requests
- flask-sqlalchemy
- psycopg2
- bcrypt
- flask-assets
- cssmin
- jsmin
The frontend of the app is powered by AngularJS, the source files of which are included in this repository.
In production, the application is served by Phusion Passenger, behind nginx.
Deployment is managed with Ansible, using our playbooks.
For development, a run_debug.py
script is included, which may be directly executed to start a test server assuming you have all dependencies.
See CONTRIBUTING.md for information. Read this before committing!