Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 1.53 KB

File metadata and controls

56 lines (44 loc) · 1.53 KB

BUILD A WEBSITE ECOMMERCE - BOOKSTORE

Bulid with Java Servlet, JSP, JPA - Hibernate

Contributors

Tools

  • IntelliJ - a Java IDE for developing computer software
  • MySQL - a free and open source database management system
  • Apecha Tomcat - execute the Java Servlet and JavaServer Pages applications
  • Heroku - build, run, and operate applications entirely in the cloud
  • Bootstrap - a free and open source CSS framework for mobile front-end web development
  • Remote MySQL - connect to MySQL servers remotely

Actors

  • Customer
  • Employee
  • Admin

What Customer can do:

  • View books, lasted books
  • Search for books
  • View books listed by category
  • View book’s details
  • Order books
  • Check their order status and shopping history
  • They must register to purchase books

What Employee can do:

  • Confirm customer's orders

What Admin can do:

  • Manage employees
  • Manage books
  • Manage categories
  • Manage orders (but cannot create orders)
  • View statistical information

Data need to be managed:

  • Customer information
  • Admin User information
  • Category information
  • Book information
  • Cart information
  • Order information
  • Delivery information
  • Pay method information

References

  • BaoCaoDoAnCuoiKy.docx