We demonstrate some of the basic features of the Flask micro-framework.
- Download or clone repository:
git clone https://github.com/copev313/simple-flask-app
- Install dependencies:
pip install -r requirements.txt
- Get up and running:
flask run
-or-python app.py
- Checkout Lorem Picsum to see where I got my pictures from!
- This README was written with StackEdit.