https://github.com/rohit-ambre/node-auth-mongo
Node(Express), MongoDB based app with Authentication Boilerplate.
https://github.com/rohit-ambre/node-auth-mongo
authentication expressjs hacktoberfest jwt-authentication mongodb node
Last synced: 5 months ago
JSON representation
Node(Express), MongoDB based app with Authentication Boilerplate.
- Host: GitHub
- URL: https://github.com/rohit-ambre/node-auth-mongo
- Owner: rohit-ambre
- Created: 2020-01-25T19:43:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-10T09:24:46.000Z (11 months ago)
- Last Synced: 2025-08-10T11:34:48.185Z (11 months ago)
- Topics: authentication, expressjs, hacktoberfest, jwt-authentication, mongodb, node
- Language: JavaScript
- Homepage:
- Size: 454 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://forthebadge.com)
# node-auth-mongo
____
Node(Express), MongoDB based app with Authentication Boilerplate.\
It can be used to get started with any project to have JWT authentication.
## How to install
1. clone the repo
2. run `npm install`
3. create `.env` file as given in `.env.example`
4. run `npm run dev`
### Boilerplate includes
- [x] Server with Express.js
- [x] Database schema and models using Mongoose ORM.
- [x] User authentication with JWT.
- [x] Eslint for coding patterns/standards.
- [x] Prettier for code styling.
- [x] Request validation using Express-validator.
- [x] Morgan and Winston for server side logging.