Skip to content

tutorials-4newbies/api_demo_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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

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