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

https://github.com/litsynp/fastify-practice

A repository for practicing Fastify.
https://github.com/litsynp/fastify-practice

fastify mongodb typebox typescript

Last synced: 2 months ago
JSON representation

A repository for practicing Fastify.

Awesome Lists containing this project

README

          

# Fastify Practice

This is a repository for practicing [Fastify](https://www.fastify.io/).

## Requirements

- node
- npm
- MongoDB

## Create indices

Create MongoDB indices using the script below.

```bash
$ npm run create-indices
```

## How to run

```bash
$ npm run dev
```