Simple Flask E-Commerce (SFEC) developed with Flask Python microframework for academic purpose only
- Bruno Orlandi (brorlandi@gmail.com)
- Nihey Takizawa (nihey.takizawa@gmail.com)
- Gustavo Consentini (gustavoconsentini@gmail.com)
Must have pip installed!
make system-deps
# Install system dependencies (may require root)- Create a virtualenv called
env
and activate it. make python-deps
# Install python dependencies
python sfecadmin.py dbinit
Will create the SQL Schema and create the database.sqlite
python server.py
Use python sfecadmin.py
to see all admin commands.
- We are currentlt not accepting pull requests (they may be accepted after
- december 2014).