https://github.com/stuartapp/stuart-fastly-api-v3
https://github.com/stuartapp/stuart-fastly-api-v3
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stuartapp/stuart-fastly-api-v3
- Owner: StuartApp
- Created: 2023-01-31T08:58:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T13:43:09.000Z (over 3 years ago)
- Last Synced: 2025-10-06T00:55:59.887Z (9 months ago)
- Language: TypeScript
- Size: 138 KB
- Stars: 0
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
```
npm run start:prod
```
```
docker build -t stuart-fastly-api . && docker run --rm -p 3000:3000 stuart-fastly-api
```
Endpoints:
```
GET http://localhost:3000/v3/health
POST http://localhost:3000/v3/orders
POST http://localhost:3000/v3/orders/http-delay
```
Environment:
```
PORT=3000
HTTP_DELAY_IN_SECONDS=2
```