.
├── .dockerignore
├── .env
├── .eslintignore
├── .eslintrc.json
├── .gitignore
├── CODE_OF_CONDUCT.md
├── Dockerfile
├── LICENSE
├── README.md
├── package-lock.json
├── package.json
├── src
│ ├── controllers
│ │ ├── index.js
│ │ └── user.js
│ ├── db.js
│ ├── models
│ │ ├── index.js
│ │ └── user.js
│ ├── routes.js
│ ├── server.js
│ ├── services
│ │ ├── index.js
│ │ └── mongodb.js
│ └── utils
│ ├── auth.js
│ ├── httpLog.js
│ ├── index.js
│ ├── validation.js
│ ├── validationSchema.js
│ └── winston.js
└── tests
├── e2e
│ └── note
└── unit
├── note
└── test.js
-
Notifications
You must be signed in to change notification settings - Fork 1
Express boilerplate with all basic integration
License
anuragmishra1/express_boilerplate
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Express boilerplate with all basic integration
Topics
Resources
License
Code of conduct
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published