Skip to content

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

Notifications You must be signed in to change notification settings

ramisbahi/MiniAmazon

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

No packages published

Contributors 3

  •  
  •  
  •