Skip to content

dosatos/simple-flask-web-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Flask-based Store

This is a simple web-store build on Flask and Python3.6

To setup virtual environment and install dependencies

To run the project in an isolated virtual environment

virtualenv --python=$(which python3) venv
source venv/bin/activate
pip install -r requirements.txt

To run the server

FLASK_APP=web/app.py flask run
Author: Yeldos Balgabekov | Github: @dosatos

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published