Sample project of how to build an endpoint to integrate with a scheduled delivery function consuming an external service
git clone https://github.com/topogigiovanni/external-scheduled-delivery-mock
cd external-scheduled-delivery-mock
npm install
npm start
# The project is available at http://localhost:5000
Or you can just run it with docker by executing the following command in terminal inside the project folder (needs docker compose)
docker-compose up