BlueDrop project assignment. Spring Boot REST service with CRUD APIs for:
- Products
- Orders
For building and running the application you need:
There are several ways to run a Spring Boot application on your local machine. One way is to execute the main
method in the com.bluedrop.assignment.AssignmentApplication
class from your IDE.
Alternatively you can use the Spring Boot Maven plugin like so:
$ mvn clean package
$ mvn spring-boot:run
<link>
: http://localhost:8080/swagger-ui.html
Import the collection into Postman.
<link>
: https://github.com/divukman/BlueDropAssignment/tree/master/postman
<active issues>
: https://github.com/divukman/BlueDropAssignment/issues
<project>
: https://github.com/divukman/BlueDropAssignment/projects/1
Released under the Apache License 2.0. See the LICENSE file.