These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Python 3.5 or higher running on your local system
Install Virtual Enviorment
Activate Virtual Enviorment
venv/bin/activate
Install requirements.txt
pip install -r /path/to/requirements.txt
Run main Python app.py
sudo python3 app.py
- Flask - A lightweight Python web framework
- Peewee - An open source object-relational mapper (ORM) for the Python
- Bootstrap - front-end framework
- HTML and CSS
Feel free to submit issues and enhancement requests.
In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details
##Screenshot