Skip to content

E-commerce Web App. FE & BE: using Flask and Vanilla JS. Product list, view, carts, checkout page, profile, Multiple sing-in options

Notifications You must be signed in to change notification settings

dianamatkava/ecommerce

Repository files navigation

Learning Flask and JS on E-commerce project.

E-commerce project on Flask

Create and activate virtual environment:

python3 -m venv venv
venv\Scripts\activate (Windows)
source venv/bin/activate (Linux)

Install dependensies for backend:

pip install -r requirements.txt

Init DB:

flask db init
flask db migrate
flask db upgrade

Run a development server:

flask --debug run

Run a shell in the app context:

flask shell

Show the routes for the app:

flask routes

About

E-commerce Web App. FE & BE: using Flask and Vanilla JS. Product list, view, carts, checkout page, profile, Multiple sing-in options

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published