Hello!
This challenge utilizes Flask, Python, and Redis. Below are the Docker files provided. Ensure Docker is installed on your system.
##redis-pre-requisites: brew install redis. redis-start
receipt-challenge-fetch/ └── receipt-challenge/ ├── backend/ │ ├── app.py │ └── unit-tests.py └── docker-compose.yml
programming logic is in app.py ,unit-tests.py are also added
After cloning the repository, follow the steps below:
- Navigate to
receipt-challenge-fetch/receipt-challenge/backend
. - Execute the command:
sudo docker-compose build
. - Navigate to
receipt-challenge-fetch/receipt-challenge/
. - Execute the command:
sudo docker-compose up
.
The URL is running at: