https://github.com/ali-sanad/auth-service-api
A simple Express auth-service API to authenticate and authorize users
https://github.com/ali-sanad/auth-service-api
es6 expressjs javascript jwt mongodb mongodb-atlas mongoose nodejs rest-api swagger
Last synced: 3 months ago
JSON representation
A simple Express auth-service API to authenticate and authorize users
- Host: GitHub
- URL: https://github.com/ali-sanad/auth-service-api
- Owner: Ali-Sanad
- Created: 2022-01-19T23:55:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T20:26:40.000Z (over 1 year ago)
- Last Synced: 2025-01-05T10:14:53.233Z (over 1 year ago)
- Topics: es6, expressjs, javascript, jwt, mongodb, mongodb-atlas, mongoose, nodejs, rest-api, swagger
- Language: JavaScript
- Homepage: https://auth-service-api-101.glitch.me/
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## _Auth Service API_ # [Live API :rocket:](https://auth-service-api-101.glitch.me/)
A simple Express auth service API to authenticate and authorize users
### Technologies
- node.js
- Express.js
- MongoDB
- Swagger
#### 🔨 How To Use Locally
```
npm install
```
```
npm run dev
```
To view the API documentation
```
localhost:3000/docs
```