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
- Host: GitHub
- URL: https://github.com/lampewebdev/fastify-boilerplate
- Owner: lampewebdev
- Created: 2019-12-15T17:11:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T20:41:33.000Z (over 4 years ago)
- Last Synced: 2025-03-06T06:15:32.615Z (over 1 year ago)
- Topics: authentication, backend, fastify, javascript, leveldb, mongodb, nodejs, oauth2, standard-js
- Language: JavaScript
- Homepage:
- Size: 1.59 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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
```