Part of the TF2Stadium project. It is a backend API server to gradually take over some of Helen's duties, and also support future features.
Name is from Bilious Hale
git clone https://github.com/TF2Stadium/Bilious.git
cd Bilious
npm install
cp .env .env.local
# edit .env.local with your postgres DB settings
npm start
Note: Currently relies on being pointed at a database configured for it via Helen
Copyright © 2016 TF2Stadium Contributors
Source code released under the GPLv3 License (GPLv3).