Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 535 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 535 Bytes

What is this?

A demo for a simple flask based api

Prerequisites

python 3.6+

Installing the project

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

Following the tutorial

Every step is tagged from v1 to v6

Follow at home

  • Add a db
  • Different http methods
  • Use jinja templates
  • Read about auth