Skip to content

spacyk/quart-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quart API

Simple example of web API built on Quart async web framework(https://github.com/pgjones/quart) with PostgreSQL integration.

Setup

pipenv install

./create_db.sh to create new database named quart_api.

pipenv shell

cd quartApi

python init_data.py to create db table and prefill some data.

python main.py to run the server.

About

Simple example of web API built on Quart async web framework(https://github.com/pgjones/quart) with PostgreSQL integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors