Skip to content

khiemld/book-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Web Ecommerce - using JPA - hibernate, JSP, Servlet, MySQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors