Provided a database web app with PostgreSQL and using Python (Flask) for web development.
The web app is also deployed using Heroku.
https://pharmacies-chain.herokuapp.com/
- Install PostgreSQL
- Create a new database called "Pharmacies-Chain"
- in app.py press CTRL+F, and replace all password with your password, and IP address if also changed
- in PostgreSQL, paste all queries in SQL_Part2.txt and run the query to get some data
- in cmd/terminal, cd to the file where app.py exists
- pip install flask
- pip install psycopg2
- pip install gunicorn
- flask run