/beerstock

Beer Stock is a API for managing beer stocks. However, the main focus is to develop unit tests to cover and validate the application.

Primary LanguageJava

About   |    Preview   |    Technologies   |    Building   |    Contributing   

About

Beer Stock is a API for managing beer stocks. However, the main focus is to develop unit tests to cover and validate the application.

Preview

Tests Coverage

Beer Stock

POST: http://localhost:8080/api/v1/beers

GET: http://localhost:8080/api/v1/beers/{name}

GET: http://localhost:8080/api/v1/beers

DELETE: http://localhost:8080/api/v1/beers/{id}

PATCH: http://localhost:8080/api/v1/beers/{id}/increment

PATCH: http://localhost:8080/api/v1/beers/{id}/decrement

Back-end Technologies

This project was developed using the following technologies:

Building

You'll need Java 11+ and Maven installed on your computer in order to build this app.

$ git clone https://github.com/eric-souzams/beerstock.git
$ cd /beerstock
$ mvn spring-boot:run

Contributing

This repository is currently under development. If you want to contribute please fork the repository and get your hands dirty, and make the changes as you'd like and submit the Pull request.