> For the complete documentation index, see [llms.txt](https://bartap-backend.tungstun.nl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bartap-backend.tungstun.nl/...md).

# Home

![](https://github.com/tungstun-ict/bartap-backend/actions/workflows/ci.yml/badge.svg)

## The project

The bartap project is a SaaS solution for the catering branch. It provides a mobile application for stock keeping, customer management and bill administration. This project can be found [here](https://github.com/tungstun-ict/bartap-app). All data is processed and stored in a Spring Boot microservice backend. This is the documentation for the backend!

## Micro services

The project is divided in multiple different services connected via the [Kafka message bus](/kafka/overview.md).

### [Product service](https://github.com/tungstun-ict/bartap-backend/blob/development/broken-reference/README.md)

This service is responsible for storing the products of every bar.
