Niyiojeyinka / my-node-boillerplate

My node js Application starter boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My NodeJS Application starter kit


My Modularized NodeJS Application starter kit for Restfull API

Packages

  • multer for file upload
  • mongoose for database operation
  • express framework
  • Body parser to parse request
  • Mongoose-unique-validator plugin
  • Bcrypt for password hashing
  • jsonwebtoken for Auth
  • supertest for test requests
  • jest for testing
  • Nodemailler for mailing
  • Md5 for unstrict hashing

Instruction for MVC VERSION

the mvc version is on branch mvc of this repository just run the command git checkout mvc after cloning this repo

About

My node js Application starter boilerplate


Languages

Language:JavaScript 99.9%Language:Shell 0.1%