Skip to content

Commit

Permalink
finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Jun 4, 2022
1 parent 8dd6349 commit 884401e
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# E-$tore : An online Store
#### Video Demo: https://youtu.be/LE2C7J6aDVE
#### Description:
**E-$tore** is an online store where you can buy or sell products. On the homepage you'll see all the products from there you can add the item to the wishlist or Contact the seller Through Email, A message will be automated for you or if you wish, you can edit the message to whatever you want. The Navigation Bar contains five different paths Home, Sell Your item, Wishlist, My items and logout.
**E-$tore** is an online store where you can buy or sell products. On the homepage you'll see all the products from there you can add the item to the wishlist or Contact the seller Through Email, A message will be automated for you if you wish, you can edit the message to whatever you want. The Navigation Bar contains five different paths Home, Sell Your item, Wishlist, My items and logout.

**Sell Your item** is where you can sell you're own item. You should enter product name along with the description and price and you should select the Category from the dropdown menu, Sellers email address is must. With those details you can post the product on the website. When someone contacted the seller Through the contact forum, seller will see their message in their inbox.

Expand All @@ -17,10 +17,10 @@ sell.html has a form with multiple fields.

The wishlist app route uses get and post methods, post method is used to add an item to the wishlist by a SQL command. Get method is used to gather the items that have been added to the wishlist by the particular user and display it on wishlist.html using table.A SQL command is used in this case.

The login method also uses both Get, Post methods. With post method and by using some SQL commands both username and password are checked. If they don't match an apology message will be rendered, else the user will be logged in. Get method is used to render the template login.html .
The login method also uses both Get and Post methods. With post method and by using some SQL commands both username and password are checked. If they don't match, an apology message will be returned, else the user will be logged in. Get method is used to render the template login.html .

The Register route uses post method to add the new username and the hash of password to the database. An apology message is returned when the username is already exists or when both the password and confirmation password don't match.The route uses Get method to render the template register.html .

And the route called "My items" uses get method to gather the items that the particular user posted and Post method to delete the selected item.

And finally this application is configured for mail support. It sends an E-mail to the seller when a customer uses the contact forum to send a message to the seller, by default a message will be automated for the customer describing the product.
And finally this application is configured for mail support. It sends an E-mail to the seller when a customer uses the contact forum to send a message to the seller, By default a message will be automated for the customer describing the product.
Binary file modified __pycache__/app.cpython-38.pyc
Binary file not shown.
Binary file modified flask_session/2029240f6d1128be89ddc32729463129
Binary file not shown.
Binary file added flask_session/5875e1783da4a86bab8e941f64ca51a6
Binary file not shown.
Binary file removed static/computer.jpg
Binary file not shown.
Binary file removed static/e_icon.jpg
Binary file not shown.
Binary file removed static/sports.jpg
Binary file not shown.

0 comments on commit 884401e

Please sign in to comment.