This is an example of how the Death Time middleware works.
Before continuing you will need an API to test DeathTime and configure src/app/ui/List.tsx
.env.local
# <<-APIs REST->>
# Express
# <------>
# Local
# NEXT_PUBLIC_SERVICE_URL="http://localhost:3001/api"
#----------------------------------
# ASP.NET
# <------>
# Local
# NEXT_PUBLIC_SERVICE_URL="http://localhost:5024/api"
#----------------------------------
# JAVA.SpringBoot
# <------>
# Local
# NEXT_PUBLIC_SERVICE_URL="http://localhost:8080/api"
# Start client
$ npm install
$ npm run dev
Made by Dario Marzzucco (DMarzzucco)