A REST API for a bistro ordering system built with Spring Boot, featuring automated product management, order processing with dynamic pricing, and comprehensive business logic including happy hour discounts.
- Needs a running postgres container in the background, simply run:
docker pull postgres:14.18
docker run --name bistro-postgres -p 5432:5432 -e POSTGRES_PASSWORD=mysecretpassword -d postgres:14.18
The Swagger UI is available at: http://localhost:8080/documentation