This is an example of how the Death Time middleware works.
.env.local
# <<-APIs REST->>
# NEXT_PUBLIC_SERVICE_URL="http://localhost:8080/api"
# start server with db
$ docker-compose up db server
# Start client
$ npm install
$ npm run dev
Made by Dario Marzzucco (DMarzzucco)