Website for LAN Montmorency
MySQLorSQLitePython 3npmbower
- 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