Skip to content

A simple shopping website using Spring Boot, SQL Server and Thymeleaf

Notifications You must be signed in to change notification settings

itsnarkz/prj301-e-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-COMMERCE SHOPPING WEBSITE v1.0

About

PRJ301 Assignment - SE1847

A course project shopping website using Spring Boot server-side rendering, SQL Server database and Thymeleaf as template engine. Ajax included.

Functionalities

  • Login and Registration.
  • Searching by name or by category.
  • User can update account, add items to cart and checkout.
  • Admin can manage all items.
  • Live search and live update.

Technologies used

  • Backend: Spring Boot, Hibernate/Spring Data JPA, Restful API.
  • Frontend: Thymeleaf, Ajax, Bootstrap.
  • Database: SQL Server.

Notes

  • The database runs on local. Before running the application, create a new database and config application.properties.
  • Sample data insert command is in query.sql.
  • Sample data admin account (username - password): admin1 - admin1.
  • Default port is 8080.

About

A simple shopping website using Spring Boot, SQL Server and Thymeleaf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages