A demo for a simple flask based api
python 3.6+
Activate Virtual environment (linux example follows, you can see windows example here)
python3 -m venv api_demo_venv
./api_demo_venv/bin/activate
pip install -r requirements.txt
Every step is tagged from v1 to v6
- Add a db
- Different http methods
- Use jinja templates
- Read about auth