File tree 5 files changed +32
-1
lines changed
FLASK PROJECTS/E-commerce
5 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 25
25
Session (app )
26
26
27
27
# Configure CS50 Library to use SQLite database
28
- db = SQL ("sqlite:///library .db" )
28
+ db = SQL ("sqlite:///shop .db" )
29
29
30
30
31
31
@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