Skip to content

Basic server with Python, Flask and PostgreSQL with SQLalchemy ORM. This repository is part of a self-taught supplemental course to help students develop skills.

License

Notifications You must be signed in to change notification settings

dcortesnet/Python-bookstore-flask-sqlalchemy-postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python flask SQLalchemy PostgreSQL · GitHub license

Basic server with Python, Flask and PostgreSQL with SQLalchemy ORM. This repository is part of a self-taught supplemental course to help students develop skills.

Install

pip install -r requirements.txt

Run server

Server listen default on http://localhost:5000/

python main.py

or

flask --app main --debug run -h localhost -p 5000

Team

Developed by Diego Cortés

About

Basic server with Python, Flask and PostgreSQL with SQLalchemy ORM. This repository is part of a self-taught supplemental course to help students develop skills.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages