funcoding / nodejs-api-boilerplate

A boilerplate for Node.js API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nodejs api boilerplate

This is a minimalistic Nodejs API boilerplate

Uses

  1. Mongodb 3.6.3
  2. Express 4.13.3
  3. Nodejs v8.9.4

Deployment

  1. Set the environment variable MY_SECRET for use when generating JWT token

  2. Install the dependencies using npm install

Deployment

You need to use pm2 for deploying nodejs application. Application configurations are in pm2_configs/ folder

License

Licensed under MIT license

About

A boilerplate for Node.js API

License:MIT License


Languages

Language:JavaScript 100.0%