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

https://github.com/quanghuybest2k2/nodejs-jwt

Json Web Token with NodeJS ExpressJS + ReactJS
https://github.com/quanghuybest2k2/nodejs-jwt

expressjs jwt mysql2 reactjs

Last synced: 2 months ago
JSON representation

Json Web Token with NodeJS ExpressJS + ReactJS

Awesome Lists containing this project

README

          

# Json web token

```bash
git clone https://github.com/quanghuybest2k2/nodejs-jwt.git
```

## Database

import `database\init-db.sql` file to mysql server

## backend

clone .env.example to .env and fill info

# Open first terminal

```bash
cd backend
npm install
npm start
```

## frontend

clone .env.example to .env and fill info

# Open second terminal

```bash
cd frontend
npm install
npm start
```

## web url

http://localhost:5173