Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 564 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 564 Bytes

WebShop

Music web shop in production with Java Spring framework

DESCRIPTION

MusicStore is an e-commerce application written in Java using Servlets and JSPs. It complies fully with the MVC design pattern, as Servlets are used as controllers and JSPs take care of the presentation (view)

WEB APP IN ACTION

The application will be deployed on Openshift

INSTALLATION

Clone the repository to your machine. git clone https://github.com/MarinKos89/WebShop.git

PREREQUISITES

  • IntelliJ IDE
  • Web server and Servlet container (e.g. Tomcat or Jetty)