Status: In Development
Note
The project is under continuous development and is subject to change.
This repository contains the documentation and project details for a restaurant and retail point of sale (POS) system, with a frontend developed in React, and a backend in Kotlin. The main files and their contents are described below:
- Proposal.md: Contains a general description of the system, including the main modules and their functionalities. It is ideal for understanding the scope and purpose of the project.
To install Ambrosia, refer to the Installation Guide where you will find all available options and detailed instructions for setting up the system.
The project includes end-to-end (E2E) tests for the server API. For detailed information on running the tests, see the E2E Tests README.
cd server/e2e_tests_py
uv venv && source .venv/bin/activate
uv pip install -e .
pytestCheck out the Contribution Guide to learn how you can help and be part of the future of POS systems for restaurants.