This is the course project of Software Engineering in Zhejiang University.
- Jessie Peng (frontend)
- ccty123 (server-database)
- SummerOfMe (server-controller)
Contributed by Jessie.
- mainpage navigation
- router interception
- login
- register
- search books
- view book details
- place order from book page
- shopping cart
- place order from shopping cart
- view profile
- update profile
- view order history
- node.js 10.16.0, vue.js 3.8.4, npm 6.9.0
- IDE: WebStorm 2018.3.5
- UI plugin: Element
Contributed by ccty123
- createUser
- login
- add_book_data
- select_book_data
- get_book_data
- add_order_data
- update_order_state
- get_order_data
- database: MySQL
- language: Python 3.6
Contributed by SummerOfMe
- do_GET
- do_POST
- do_ACTION
- several db operations
- server: SimpleHTTPServer
- language: Python 3.6