Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmarzzucco/deathtime.client
Example of how the Death Time (https://github.com/DMarzzucco/Death-Time.git) middleware works
https://github.com/dmarzzucco/deathtime.client
express-js express-middleware middlware solid sql ts typescript
Last synced: about 1 month ago
JSON representation
Example of how the Death Time (https://github.com/DMarzzucco/Death-Time.git) middleware works
- Host: GitHub
- URL: https://github.com/dmarzzucco/deathtime.client
- Owner: DMarzzucco
- Created: 2024-07-13T19:45:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T18:49:45.000Z (about 2 months ago)
- Last Synced: 2024-11-14T19:39:15.115Z (about 2 months ago)
- Topics: express-js, express-middleware, middlware, solid, sql, ts, typescript
- Language: TypeScript
- Homepage:
- Size: 387 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Death Time Middleware in Client
![Mi genial imagen](img/Example.jpg)
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](https://nodejs.org/en/download/package-manager)
### DeathTime-API
[.NET-API](https://github.com/DMarzzucco/DeathTime.ASP.NET.git)
[Express-API](https://github.com/DMarzzucco/DeathTime.Express-API.git)
[SpringBoot-API](https://github.com/DMarzzucco/DeathTimewithSpringBoot.git)
## Intallation
```bash
# Start client
$ npm install
$ npm run dev
```## Port
[localhost:3000](http://localhost:3000)
## Author
Made by Dario Marzzucco (DMarzzucco)