Website for LAN Montmorency
MySQL
orSQLite
Python 3
npm
bower
- using npm :
npm install -g bower
- Clone the project using
git clone ...
- Create a virtualenv
virtualenv env
- Activate virtualenv
. env/bin/activate
- Back-end dependencies
pip install -r requirements.txt
- Front-end dependencies
bower install
- Launch the back-end app using
./app.py