This is the source for www.brmscc.org. I am the first to admit that it needs refactored badly. Also, I'm a github noob so please forgive any odd files in here or anything missing like a requirements.txt which I will get to eventually.
Speaking of dependencies this website is built with Python 3, MongoDB, Redis, and I'm using Janrain for authentication. Python library dependencies are as follows and can all be obtained with pip:
Currently all page rendering is server side and the admin pages are a bit of a mess. I am in the process of converting the Python to a simplified, rest API and at the same time beef up the client side a bit with Angular or Ractive. I also need to make the site responsive which will probably happen before the switch to the rest API.
Run it with
$ python3 server.py
Then go to http://localhost:8888