Skip to content

ajarmolkowicz/e-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

How to build the project?

mvn package

This will result in the code being compiled and tests from src/test being run. The result will be an executable file in the target directory, named e-commerce-trunk.jar

How to run the project?

java -jar e-commerce-trunk.jar

This will result in project being run on port 8080. The Swagger UI is accessible at: http://localhost:8080/swagger-ui/index.html.

How to run integration tests?

mvn integration-test

This will result in running the integration tests from folder src/it. These tests check persistence mechanism and a series of http requests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages