This projects is a flask application that uses postgreSQL and SQLAlchemy.
To run this app, be sure you have python install then install flask and flask_sqlalchemy by running this command:
pip3 install flask
pip3 install flask_sqlalchemy
This project uses .env file, pip3 install python-dotenv
to use the application.
Finally:
flask run