/Spring-Shop

:mortar_board: :leaves: A simple online shop developed in Spring MVC and MySQL

Primary LanguageJava

Spring-Shop

An online shop developed in Spring MVC and MySQL

This application was developed as part of my ServerSide RAD module in Software Development year 3.


The intention behind this application was to display our knowledge of MVC by creating a spring application to rapidly prototype a very simple online shop with a MySQL database. This application is served with Apache Tomcat 9 using the J2EE platform.

Functions

  • User Login/Logut

    User must login in order to use the application.

  • View Products

    See all the products in the database.

  • Add Product

    Add a new product to the database.

  • View Customers

    See all the customers in the databse.

  • Add Customer

    Add a new customer to the database.

  • View Orders

    See all the orders in the database.

  • Add Order

    Add a new order to the database.

  • Error Handling

    Dynamic error messages display for certain circumstances.