Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 558 Bytes

File metadata and controls

29 lines (18 loc) · 558 Bytes

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