This FastAPI API provides a single endpoint for optimizing the number of crates required for a specific order.
To get the application up and running, follow these steps:
- Docker.
- docker-compose.
Run the following command to build the Docker image:
docker-compose buildRun the following command to start the application:
docker-compose upRun the following command to run the unit tests:
docker-compose crate-optimizer exec pytestnow navigate to http://localhost:8000/docs and start playing arround.