Skip to content

mohamme23/5001CEM-auction

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Auction Website

Website Description

This project is an auction that allows users to register and login to view and bid on items, as well as putting up their own items to be bought.

Website Setup

First change directory into auction_master: cd auction_master/

Next do the following installations: sudo apt-get install python3-venv

Then do: python3 -m venv venv

Next activate the virtual environment: . venv/bin/activate

Next do the following installation one by one:

pip install Flask

pip install Flask-SQLAlchemy

pip install cs50

pip install flask_session

pip install passlib

pip install flask_jsglue

to run the code do the following: export FLASK_APP=application

then do: flask run --host=0.0.0.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published