WARNING: THIS REPOSITORY HAS BEEN MOVED TO GITLAB. ALL THE CODE IN THIS REPOSITORY IS DEPRECATED
WebApp for ordering beverages and other stuff written in flask
.
├── admin.py # ADMIN Flask App
├── dboperations.py # DB operation module
├── LICENSE
├── fileloader.py # Populate the db from a csv file
├── party.db # Database for people, items and orders
├── party.py # Main Flask App
├── reader.py # Python reader
├── README.md
├── static
│ ├── Cantarell-Bold.ttf
│ ├── favicon.ico
│ ├── img
│ │ ├── header.jpg
│ │ └── ok.png
│ ├── Roboto-Bold.ttf
│ ├── Roboto-Regular.ttf
│ ├── Roboto-Thin.ttf
│ └── styles.css
└── templates
├── admin.html
├── codes.html
├── dashboard.html
├── error.html
├── goback.html
├── index.html
├── layout.html
├── license.html
├── policy.html
└── success.html
python admin.py
python fileloader.py
python party.py
python reader.py
See TESTING for see the testing procedure