A simple and comfortable shopping-mall app on Flask-bootstrap framework.
- Environment: Linux, Python3.6
Download source code:
$ git clone https://github.com/icepoint666/shopping-more.git
Install dependent packages:
$ cd shopping-more
$ sudo pip3 install -r requirement.txt
(If it can't import sqlite3, please follow here to install it.)
Run it:
$ python3 app.py
("database.py" is used to initialize the database.
"database.db" is stored with some of uploaded information.)
Access the index-page locally (but online):
http://localhost:5000
- Home
- Find item by category
- Login
- Register
- My Cart
- My Orders
if administrator needs to add item or remove item from shopping-more.
Go to following URLs:
http://localhost:5000/add
http://localhost:5000/remove (Click photos of items to remove this item)
- Create administrator account
- Search items
- View description-page of each item
- Dynamic stock number
- Remove items