Skip to content

A short demo of what is a backend api with flask

Notifications You must be signed in to change notification settings

alon-p/api_demo_tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A short demo of what is a backend api with flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%