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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bartap-backend.tungstun.nl/...md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
