/online_bookstore

Group Project of Zhejiang University Course Software Engineering (19 Spring)

Primary LanguageVue

online_bookstore

This is the course project of Software Engineering in Zhejiang University.

Collaborators

Frontend

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

Environment

  • node.js 10.16.0, vue.js 3.8.4, npm 6.9.0
  • IDE: WebStorm 2018.3.5
  • UI plugin: Element

Server-database

Contributed by ccty123

  • createUser
  • login
  • add_book_data
  • select_book_data
  • get_book_data
  • add_order_data
  • update_order_state
  • get_order_data

Environment

  • database: MySQL
  • language: Python 3.6

Server-controller

Contributed by SummerOfMe

  • do_GET
  • do_POST
  • do_ACTION
  • several db operations

Environment

  • server: SimpleHTTPServer
  • language: Python 3.6