Skip to content

DMarzzucco/DeathTime.Client

Repository files navigation

Death Time Middleware in Client

Mi genial imagen

This is an example of how the Death Time middleware works.

Before Installation

Before continuing you will need an API to test DeathTime and configure src/app/ui/List.tsx

Router configure

.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"

Requirements

Nodejs

DeathTime-API

.NET-API

Express-API

SpringBoot-API

Intallation

# Start client
$ npm install
$ npm run dev

Port

localhost:3000

Author

Made by Dario Marzzucco (DMarzzucco)