This is a simple micro-framework of a flask application that uses MongoDB as a DMBS system.
- Python 2.7
- Python PIP
- Python Virtualenv
- NodeJs and NPM
- Mongoengine
- Bower
- Mongodb
- FontAwesome
- JQuery
- Bootstrap
- Less CSS
Installing Buildinator varies between Windows and Linux.
Run ./install.sh
to install all the packages.
Use ./run.py -s
or python run.py -s
to run the application.
./run.py -s # Run application
./run.py -w # Watch and compile less files to css
./run.py -h # Help
./run.py -c # Clean the project
./run.py -m # Minify files
See Flask mod_wsgi documentation on how to server flask application via Apache2.
If you wish to see Flask Debug messages via Apache2, see Flask mod_wsgi debug mode
Inspired by GAE-INIT