https://github.com/fordiquez/nodejs-express-mongodb-ts-jwt-api
Node.js + Express + MongoDB + TypeScript + JWT API
https://github.com/fordiquez/nodejs-express-mongodb-ts-jwt-api
api auth authentication authorization express jsonwebtoken jwt jwt-auth modules mongodb nodejs typescript
Last synced: 3 months ago
JSON representation
Node.js + Express + MongoDB + TypeScript + JWT API
- Host: GitHub
- URL: https://github.com/fordiquez/nodejs-express-mongodb-ts-jwt-api
- Owner: fordiquez
- Created: 2023-12-22T20:32:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T18:11:34.000Z (over 2 years ago)
- Last Synced: 2025-06-17T08:02:52.918Z (about 1 year ago)
- Topics: api, auth, authentication, authorization, express, jsonwebtoken, jwt, jwt-auth, modules, mongodb, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 202 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js + Express + MongoDB + TypeScript + JWT API
## Includes next features:
- Node.js + Express;
- MongoDB + Mongoose;
- Eslint + Prettier config;
- Structure bases on classes + modules in TypeScript;
- Json Web Token authentication and authorization based on cookie or bearer token value with easy switching between active flow by changing the value of env variable.