About the API

An API simulating a little Store using Spring Boot.

Features

This API provides HTTP endpoint's and tools for the following features:

Create, edit, get, list and delete clients;

Create, edit, get, list and delete Products;

Create, edit, get, list and delete Orders;

Docker

Run docker with the command: docker-compose up -d

Run Application

Run application with the command: mvn spring-boot:run -Dspring.profiles.active=dev