Skip to content

seanchen0818/MarketSpace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarketSpace

A simple Flask application to emulate a simple e-commerce platform

Running

First create a python virtual environment to store the packages used by this application by running:

$ pip install virtualenv
$ python -m venv .venv

After to obtain the packages/libraries required run:

$ pip install -r requirements.txt

To run the application use:

$ python app.py

Then go to the local host url: http://127.0.0.1:5000

About

Flask e-commerce platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published