this is simple point of sale application build with python and flask micro framework. this project created from workshop python by pythonID 8-9 Juni visit this master repo
- clone this repo
git clone repo-url
- open directory and create virtualenv
cd flask-pos
virtualenv -p python3 env
- install all package
pip install -r requirements.txt
- dump sql to your local machine
- make configuration file
cp pos/config.example.py pos/config.py
- run project
python run.py
and visit localhost:5000