An open API service indexing awesome lists of open source software.

https://github.com/othmane099/inventory-system-api

Inventory system api
https://github.com/othmane099/inventory-system-api

api clean-code hexagonal-architecture java junit5 rest-api spring spring-boot spring-data-jpa spring-test testing

Last synced: 14 days ago
JSON representation

Inventory system api

Awesome Lists containing this project

README

          

## Inventory System API
This project is an Inventory Management System built with Spring Boot. The code emphasizes separation of concerns, with a focus on clean and understandable code.

This is a simple example to demonstrate how to build a REST API using Spring, Spring Data JPA, along with testing for the controller and service layers. It provides a brief introduction to structuring a Spring-based project.