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
- Host: GitHub
- URL: https://github.com/othmane099/inventory-system-api
- Owner: othmane099
- Created: 2022-10-10T17:01:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T07:47:31.000Z (over 1 year ago)
- Last Synced: 2025-03-14T19:53:01.004Z (10 months ago)
- Topics: api, clean-code, hexagonal-architecture, java, junit5, rest-api, spring, spring-boot, spring-data-jpa, spring-test, testing
- Language: Java
- Homepage:
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.