An open API service indexing awesome lists of open source software.

https://github.com/featurevisor/featurevisor-example-fastify


https://github.com/featurevisor/featurevisor-example-fastify

Last synced: about 1 year ago
JSON representation

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.