1.0.7 • Published 1 month ago

express-node-boilerplate v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago

Express Boilerplate

npm i express-node-boilerplate

Description

A Simple Express Boilerplate with MongoDB as Database.

Packages:

  1. express
  2. mongoose
  3. morgan
  4. winston
  5. nodemon
  6. bcryptjs
  7. cors
  8. helmet
  9. jsonwebtoken
  10. express-mongo-sanitize
  11. compression
  12. cors
  13. dotenv
  14. express-validator
https://github.com/FalakSingh/express-boilerplate-npm.git

#Usage

Simply go the server directory and run the following command. This will deploy the server in development mode.(Default PORT is 4000)

npm run dev

#Change Log

1.0.2 : Using init.sh from bin to extract the boilerplate out of node_modules 1.0.3 : Changed folder structure and files name and also deleting the init.sh 1.0.4 : Added a middleware for jwt authorization