Skip to content

AITHO/fabrick-test-onboarding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fabrick-onboarding

A Spring Boot application implementing the Test_S_v5.docx requirements.

Requirements

For building and running the application you need:

Running the application locally

There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the it.aitho.fabrickonboarding.FabrickOnboardingApplication class from your IDE.

Alternatively you can use the Spring Boot Maven plugin like so:

mvn spring-boot:run

Swagger

Swagger is enabled, use it from http://localhost:8080/swagger-ui/index.html

Database and persistence

The database chosen is an H2 in memory only, so all data will be lost after an application restart.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages