Skip to content

MoeAS/DB-Web-App-with-PostgreSQL-Server-and-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DB-Web-App-with-PostgreSQL-Server-and-Python

Description

Provided a database web app with PostgreSQL and using Python (Flask) for web development.

The web app is also deployed using Heroku.

You can try it out here!

https://pharmacies-chain.herokuapp.com/

To Run Locally

  1. Install PostgreSQL
  2. Create a new database called "Pharmacies-Chain"
  3. in app.py press CTRL+F, and replace all password with your password, and IP address if also changed
  4. in PostgreSQL, paste all queries in SQL_Part2.txt and run the query to get some data
  5. in cmd/terminal, cd to the file where app.py exists
  6. pip install flask
  7. pip install psycopg2
  8. pip install gunicorn
  9. flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published