Skip to content

divukman/BlueDropAssignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BlueDrop Assignment

CircleCI

BlueDrop project assignment. Spring Boot REST service with CRUD APIs for:

  • Products
  • Orders

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 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

Swagger API DOC

<link> : http://localhost:8080/swagger-ui.html

POSTMAN Collection

Import the collection into Postman.
<link> : https://github.com/divukman/BlueDropAssignment/tree/master/postman

To do:

<active issues> : https://github.com/divukman/BlueDropAssignment/issues
<project> : https://github.com/divukman/BlueDropAssignment/projects/1

Copyright

Released under the Apache License 2.0. See the LICENSE file.

About

BlueDrop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages