Rust project for creating receipts and the corresponding receiptItems
Install Rust via:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
For more information go to the official Rust documentation
Before the application can be started an .env
file needs to be created in the root directory.
You can either do it manually or automatically by running following command:
cp .env.example .env
Note: The .env.example
already contains every configuration necessary for local development.
For production these values need to be adjusted.
- Make sure Docker is installed & running
- Run:
docker-compose up --build
This Api is documented with OpenAPI.