https://github.com/kawre/warehouse-api
https://github.com/kawre/warehouse-api
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kawre/warehouse-api
- Owner: kawre
- Created: 2023-06-26T13:28:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T00:16:34.000Z (over 2 years ago)
- Last Synced: 2025-03-21T15:20:29.806Z (7 months ago)
- Language: Java
- Size: 99.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Warehouse API
This Java Spring Boot REST API repository of a grocery warehouse API serves as the core component responsible for handling and managing data related to the grocery warehouse operations. It provides a structured and efficient way to interact with the API's underlying database and perform CRUD (Create, Read, Update, Delete) operations on grocery-related entities.
# Requirements
This API can be run using docker
```console
$ docker-compose up --build
```# Diagram in Polish

# Postman Collections
I've included a directory [PostmanCollections](/PostmanCollections/) containing various API requests split into collections made to be imported into Postman.
- [Company](/PostmanCollections/Company.postman_collection.json)
- [Deliveries](/PostmanCollections/Deliveries.postman_collection.json)
- [Person](/PostmanCollections/Person.postman_collection.json)
- [Product](/PostmanCollections/Product.postman_collection.json)
- [Receipt](/PostmanCollections/Receipt.postman_collection.json)
- [Storages](/PostmanCollections/Storages.postman_collection.json)