Skip to content

sgir/fastify-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate Server - Fastify with Oauth2 support

Built With

Prerequisites

This project uses latest node & npm versions

➜  fastify-server git:(master) node -v
v14.8.0
➜  fastify-server git:(master) npm -v
6.14.7
  • node

use nvm for managing multiple node installations.

note: https://github.com/nvm-sh/nvm#troubleshooting-on-macos

Installation

  1. Clone repository

  2. Install Dependencies

npm install
  1. Add environment variables
CLIENT_SECRET=********************************
  1. Run Project
node server.js

or

npm start

or

npm start:dev

About

Fastify based node server with oauth2 support

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published