FlaskAPITempate
A template for a Flask API.
Why tho?
I just wanted an easy way to create a Flask API.
How to setup
First, use the template. You can do this by pressing the big "Use this template" button. Enter your details and create the app.
After that, you can modify resources or whatever!
How to run
- Open a terminal
- Run
pip install -r requirements.txt
- Run
python app.py
. This will start up the server.