# Node.js API Authentication With JWT

UserAuth

Node.js API Authentication With JWT

**Features:**

* Authentication
    

**Technology Stack:**

* Node js
    
* Express Js
    
* MongoDB
    
* JWT
    

**Default urls:**

* Login User : localhost:5000/api/login
    
* Register User : localhost:5000/api/user
    

Usage "/.env" update the values/settings to your own

## Install Dependencies

```plaintext
npm install
```

Run App

## Run in dev mode

```plaintext
npm run server
```

Github Repo : https://github.com/saidMounaim/UserAuth
