/beerstock

Development of unit tests to validate a REST API of beer stock management

Primary LanguageJava

Project

Development of unit tests to validate a REST API of beer stock management, based on Tutorial

Contents

Motivation

Development of a simple REST API for beer stock management focused on unit testing concepts.

Objectives

Develop unit tests to validade a REST API for beer stock management

Tests

Execute in terminal

mvn clean test

Usage

Execute in terminal

mvn spring-boot:run

Credits

Based on Tutorial.