Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
readme file preparing for the script
  • Loading branch information
Eter Nada committed Jul 3, 2024
commit cab079b90bbab3291196a18dc5f54b9029f79a55
2 changes: 1 addition & 1 deletion FLASK PROJECTS/E-commerce/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Session(app)

# Configure CS50 Library to use SQLite database
db = SQL("sqlite:///library.db")
db = SQL("sqlite:///shop.db")


@app.after_request
Expand Down
Binary file added FLASK PROJECTS/E-commerce/flask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions FLASK PROJECTS/E-commerce/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Shop
<p align="center">
<img src="/flask.png" alt="alt text">
</p>

---
## Description
Hi, this my attempt to build a script for an e-commerce web app using Flask.
### Templates:

* The index template serves as the catalog for the shop's products.
* Cart template deal with user's transactions
* Payment template
* The products template displays all products .

### other files:

* Database.
* helpers-- functions that help.
* App-- main script



![github](https://img.shields.io/badge/github-000000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/tarenjk24)


---
4 changes: 4 additions & 0 deletions FLASK PROJECTS/E-commerce/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

Flask
Flask-Session
requests
Empty file.