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

https://github.com/lampewebdev/fastify-boilerplate

This is an opinionated boilerplate using fastify, oauth and monogdb
https://github.com/lampewebdev/fastify-boilerplate

authentication backend fastify javascript leveldb mongodb nodejs oauth2 standard-js

Last synced: over 1 year ago
JSON representation

This is an opinionated boilerplate using fastify, oauth and monogdb

Awesome Lists containing this project

README

          

fastify-boilerplate
=======
> This is an opinionated boilerplate using fastify, oauth and monogdb

## Project Overview
This repo aims to provide a boilerplate ready to use with authentication, MongoDB, and utils to make your life easier

### Highlights
- Uses fastify for fast responses
- authentication build in with JWT
- standard included and ready to lint

## Usage
```bash
mv local.env .env
```