Skip to content

mdmuaj13/express-mongoose-api-versioned-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-mongoose-api-versioned-boilerplate

Boilerplate for Express mongoose api version control

Folder structure

.
├── controllers
|  ├── v1
|  └── v2
├── middlewares
├── models
|  ├── v1
|  └── v2
├── routers
|  ├── v1
|     ├── index.js
|     └── testRouter.js
|  └── v2
├── utils
└── index.js

Package

  • express js
  • mongoose
  • morgan
  • cors
  • validatorjs
  • jsonwebtoken
  • nodemon
  • bcrypt
  • dotenv
  • helmat