Skip to content
Snippets Groups Projects
README.md 316 B
Newer Older
Robert Bechara's avatar
Robert Bechara committed
# 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
```