Skip to content

ramisbahi/MiniAmazon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

207 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Amazon Project

Installation

  1. (Optional) Create a virtual environment (command line or with IntelliJ)
  2. Install Postgres (use this for Mac)
  3. Install the packages listed in requirements.txt (run pip3 install -r requirements.txt)

If you're using a Mac and get an error installing psycopg2, try running the following command beforehand:

export PATH="/Applications/Postgres.app/Contents/Versions/latest/bin:$PATH"

Running Locally

Run the following command:

python3 app.py

About

CompSci 316 (Intro to Databases) project. Full-stack web application. Marketplace for buying and selling items.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors