Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

fastify mongodb typebox typescript

Last synced: about 10 hours 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
```