Receipt Processor 'Technical test by Fetch'

Requirements

Instructions by Run the API

Create container

docker build -t receipt_procesor .

Run the container

docker run -d -p 3000:3000 receipt_procesor

Try the API

THe API is avalible in localhost:3000

Notes

Add sudo th the commands of docker if the $USER not exist in docker group

Documentation

The Documentation of Swagger is avalible on localhost:3000/docs/index.html