Skip to content

antoshk/ItAcademyFinalProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course project

Overview

Web application with functionality of online shop. Created while studying at Education Center of High-Tech Park on "Technologies for developing enterprise solutions on JAVA" course.

Application was made mostly using Hibernate, Spring MVC and Spring Security. Additionally it uses Apache Tiles, fields validation, AJAX queries and even some localization

Setup

  • Check application properties at app.properties and set appropriate path to file storage
  • Optionally, to see images you may unpack images.rar to file storage destination
  • Check data base properties at database.properties. By default it uses "root" for username and empty password, but it can be changed.

How to build

Maven tool is used for building

For regular build run follow command:


mvn clean install

For build with database initialization use:


mvn clean install -Pinit_database

How to run

To run the application you need Tomcat 7 or higher and MySQL 5.x server. Deploy built EEShop.war to Tomcat server and open http://localhost:8080/ee-shop/ in browser

How to use

There are three users with password "123456":

Just log in and try everything by yourself!

Author

Anton Shelkovich ([email protected])

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published