JWT Authentication Using TypeScript, Express.js, & MongoDB
- Authentication
- TypeScript
- Node.js
- Express.js
- MongoDB
- JWT
- Login User : POST METHOD
localhost:5000/api/auth - Register User : POST METHOD
localhost:5000/api/auth/register - Get All Users : GET METHOD
localhost:5000/api/auth/
Create a .env file in then root and add the following
PORT = 5000
MONGO_URI = your mongodb uri
JWT_SECRET = 'abc123'
npm install
# Run in dev mode
npm run server
- Version: 1.0.0
- License: MIT
- Author: Said Mounaim