Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.41 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.41 KB

hackathon-starter-kit-backand

Install & Run

Install PM2
npm install pm2 -g
Install local dependencies
npm install

Go!
npm run start

Dependencies list

  • cors - Enable CORS with various options;
  • dotenv - Module that loads environment variables from a .env file into process.env;
  • errorhandler - Development-only error handler middleware;
  • express - Express framework;
  • helmet - Makes your Express app secured;
  • Joi - Object schema description language and validator for JavaScript objects;
  • jsonwebtoken - An implementation of JSON Web Tokens;
  • mongoose - Mongoose is a MongoDB object modeling tool designed to work in an asynchronous environment;
  • morgan - HTTP request logger middleware for node.js;
  • passport - Passport is Express-compatible authentication middleware for Node.js;
  • passport-http-bearer - HTTP Bearer authentication strategy for Passport.