https://github.com/foo290/express-rest
A REST API from scratch built in nodejs with features like user management, login authentication and JWT auth tokens and MOngoDB
https://github.com/foo290/express-rest
Last synced: 8 months ago
JSON representation
A REST API from scratch built in nodejs with features like user management, login authentication and JWT auth tokens and MOngoDB
- Host: GitHub
- URL: https://github.com/foo290/express-rest
- Owner: foo290
- License: mit
- Created: 2021-08-02T20:16:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-08T18:42:38.000Z (over 4 years ago)
- Last Synced: 2025-01-06T21:47:32.302Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# express-REST
A REST-API with **MongoDB** implementation in nodejs from scratch which includes features like:
* User Management
* User Login Authentication
* JWT Token Authentication
## Custom-Middlewares:
* IP-Filter Middleware
* Active Accounts Filter Middleware
* JWT Token Authentication Middleware
* Is Authenticated Middleware
* Is Authenticated OR Read Only Middleware
* Logger Middleware