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

https://github.com/pr47h4m/mysql-authentication

Token Based Authentication Using MySQL & NODE.JS
https://github.com/pr47h4m/mysql-authentication

authentication mysql nodejs token-based-authentication

Last synced: about 2 months ago
JSON representation

Token Based Authentication Using MySQL & NODE.JS

Awesome Lists containing this project

README

          

# MySQL Authentication In NODE.JS
## With ♥ By [```Pratham Jaiswal```](https://linkedin.com/in/pr47h4m)

### Getting Started

#### Clone Repository
```bash
git clone https://github.com/Pr47h4m/MySQL-Authentication.git
```

#### Updating Secrets
| ```File``` | ```Change``` |
| :---------------: | :-----------------------------------------: |
| api-key.js | Set your own API_KEY for request validation |
| database-creds.js | Set your own database credentials |

#### Run Application
```cmd
npm install
npm start
```