Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 830 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 830 Bytes

Bilious

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

Setup

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

License

Copyright © 2016 TF2Stadium Contributors

Source code released under the GPLv3 License (GPLv3).