/express-es6-boilerplate

Node Application based on express js with es6 and integrated with mongodb

Primary LanguageJavaScriptMIT LicenseMIT

express-es6-boilerplate

  • Express
  • mongoose odm
  • Best Practice Structure
  • JWT middleware for authorization
  • Es6

Development mode :

after install packages with npm install or yarn install run this command:

  npm run build-dev

Production mode :

  npm run build-prod

now start server with npm run server and Open http://localhost:3000 to view it in the browser