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

https://github.com/kawre/warehouse-api


https://github.com/kawre/warehouse-api

Last synced: 4 months ago
JSON representation

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

![diagram](https://github.com/kawre/Warehouse-API/assets/69250723/ef4d7978-e6a3-4454-b098-5eec2b6a108d)

# 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)