https://github.com/featurevisor/featurevisor-example-fastify
https://github.com/featurevisor/featurevisor-example-fastify
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/featurevisor/featurevisor-example-fastify
- Owner: featurevisor
- Created: 2024-03-07T17:49:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T12:15:15.000Z (over 2 years ago)
- Last Synced: 2024-03-08T13:29:33.670Z (over 2 years ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# featurevisor-example-fastify
Example of using [Featurevisor](https://featurevisor.com/) with [Fastify](https://www.fastify.io/) application.
## Installation
Clone the repository and install dependencies:
```
$ npm ci
```
## Usage
Run the application:
```
$ npm start
```
Visit [http://localhost:3000](http://localhost:3000) to see the application.