This project is build with Spring Boot and Maven.
Clone the repository to your machine:
git clone https://github.com/k33n8nc/crudservice.git app-name-here
Dependencies are managed with Maven.
Start the development server on http://localhost:8080
# Without Maven wrapper (if you have Maven already installed).
mvn spring-boot:run
# With Maven wrapper (if you don't have Maven installed).
mvnw spring-boot:run
No details for production yet.