https://github.com/evanshortiss/fastify-hello-world
A hello world service using the Fastify framework for Node.js
https://github.com/evanshortiss/fastify-hello-world
Last synced: 3 months ago
JSON representation
A hello world service using the Fastify framework for Node.js
- Host: GitHub
- URL: https://github.com/evanshortiss/fastify-hello-world
- Owner: evanshortiss
- Created: 2020-06-27T11:43:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T00:12:17.000Z (over 3 years ago)
- Last Synced: 2025-02-13T10:16:53.799Z (5 months ago)
- Language: JavaScript
- Size: 308 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fastify Hello World
A hello world API based on fastify. This is essentially a clone of the
`simple.js` example from the fastify repository.## Usage
```
git clone https://github.com/evanshortiss/fastify-hello-world
cd fastify-hello-world
npm i
npm start
```## Environment Variables
* `PORT` - Defaults to 8080
* `HOST` - Defaults to 0.0.0.0
* `LOG` - Defaults to false