File tree Expand file tree Collapse file tree
FLASK PROJECTS/E-commerce Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525Session (app )
2626
2727# Configure CS50 Library to use SQLite database
28- db = SQL ("sqlite:///library .db" )
28+ db = SQL ("sqlite:///shop .db" )
2929
3030
3131@app .after_request
Original file line number Diff line number Diff line change 1+ # Shop
2+ <p align =" center " >
3+ <img src =" /flask.png " alt =" alt text " >
4+ </p >
5+
6+ ---
7+ ## Description
8+ Hi, this my attempt to build a script for an e-commerce web app using Flask.
9+ ### Templates:
10+
11+ * The index template serves as the catalog for the shop's products.
12+ * Cart template deal with user's transactions
13+ * Payment template
14+ * The products template displays all products .
15+
16+ ### other files:
17+
18+ * Database.
19+ * helpers-- functions that help.
20+ * App-- main script
21+
22+
23+
24+ ![ github] ( https://img.shields.io/badge/github-000000?style=for-the-badge&logo=github&logoColor=white )] ( https://github.com/tarenjk24 )
25+
26+
27+ ---
Original file line number Diff line number Diff line change 1+
2+ Flask
3+ Flask-Session
4+ requests
You can’t perform that action at this time.
0 commit comments