Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 303 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 303 Bytes

Express.js ES6 Mongoose Passport boilerplate

A HTTP server (back end only) with DB support & auth features

Main Features

  • es6
  • express
  • mongoose
  • passport
  • validator

Dependencies

  • Node.js
  • npm OR yarn
  • MongoDB

Install

$ yarn install

Launch

$ yarn run dev