Skip to content

Latest commit

 

History

History
executable file
·
15 lines (13 loc) · 320 Bytes

README.md

File metadata and controls

executable file
·
15 lines (13 loc) · 320 Bytes

Node.js REST API Starterpack

This is a starter pack that utilizes:

  • MongoDB via Mongoose
  • Passport for user auth
  • Express for routing
  • Babel for es6
  • eslint for style
  • Procfile for Heroku deployment

To get started

  • Clone the repo
  • npm install
  • Create a .env file with an AUTH_SECRET
  • npm start