Skip to content

sbssai123/marketplace-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

marketplace-tutorial

Python / Flask Workshop Series Code

This marketplace application is using the flask web framework and was used to teach an intro-level python workshop

To run this application locally:

  1. Clone the repo
  2. Make sure you have Python 3.6 and flask installed

Download Python 3.6: https://www.python.org/downloads/release/python-360/

pip install -U Flask

  1. Make sure you are in the /marketplace-tutorial directory and run the following commands in your terminal:
export FLASK_APP=marketplace
export FLASK_ENV=development
flask run
  1. Navigate to the url provided in the terminal to see the web application

About

Python / Flask Workshop Series Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors