Newer
Older
# FlaskApp
Simple application with authentication and CRUD functionality using the Python Flask micro-framework
## Installation
To use this template, your computer needs:
- [Python 2 or 3](https://python.org)
- [Pip Package Manager](https://pypi.python.org/pypi)
### Running the app
```bash
python app.py
```