Skip to content

JarrodBennie/python-record-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Flask Record Shop

Record Store CRUD app implemented in Python with Flask, connecting to a PostgreSQL database.

Dependencies:

  • Python3
    • Flask
    • psycopg2
  • PostgreSQL

To install:

$ pip3 install psycopg2
$ pip3 install Flask

You will also need to create a PostgreSQL database called record_store:

$ createdb record_store

To set up the tables:

$ psql -d record_store -f ./db/record_store.sql

To run the app:

$ python3 app.py

To see the app running in a web browser, go to http://localhost:5000/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published