Ecosyste.ms: Awesome
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: about 10 hours ago
JSON representation
A repository for practicing Fastify.
- Host: GitHub
- URL: https://github.com/litsynp/fastify-practice
- Owner: litsynp
- Created: 2023-01-06T17:02:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T19:22:44.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T02:38:14.948Z (over 1 year ago)
- Topics: fastify, mongodb, typebox, typescript
- Language: TypeScript
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```