Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 442 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 442 Bytes

Auction application

Internet-auction is java web application

Technologies

Spring MVC, Hibernate, JPA
Database: PostgreSQL
Maven

Installing

set up database with application.properties
use create_db.sql and create_tables.sql scripts, located in /src/main/resources

For run application from terminal:

mvn clean install
mvn tomcat7:run

Link for local use:

http://localhost:8080/auction-app/