express-node-boilerplate
v1.0.7
Published
Simple and beginner friendly express node boilerplate
Downloads
18
Maintainers
Readme
Express Boilerplate
npm i express-node-boilerplate
Description
A Simple Express Boilerplate with MongoDB as Database.
Packages:
- express
- mongoose
- morgan
- winston
- nodemon
- bcryptjs
- cors
- helmet
- jsonwebtoken
- express-mongo-sanitize
- compression
- cors
- dotenv
- 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