Skip to content

icepoint666/shopping-more

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping More

A simple and comfortable shopping-mall app on Flask-bootstrap framework.

1. How to setup

  • 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

2. User Interface Display

  • 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)

3.To-do-list

  • Create administrator account
  • Search items
  • View description-page of each item
  • Dynamic stock number
  • Remove items

About

A simple yet comfortable shopping-mall app on Flask-bootstrap framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published