- python: https://www.python.org/
- mysql: https://www.mysql.com/
- falconframework: https://falconframework.org/
- pip: https://pypi.python.org/pypi/pip
- create virtualenv
virtualenv my_project - work on virtualenv
workon my_project - install python dependencies by running
pip install - create database and update database settings on
{root}\app\config.py - run database migration
python _migrate.py
- run
uwsgi run.iniit will listen to default http://localhost:8282
- run
nosetests -v
- run
uwsgi run.ini --set env=prod