An open API service indexing awesome lists of open source software.

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

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
```