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.
pip install -r requirements.txtServer listen default on http://localhost:5000/
python main.pyor
flask --app main --debug run -h localhost -p 5000Developed by Diego Cortés