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
- Host: GitHub
- URL: https://github.com/quanghuybest2k2/nodejs-jwt
- Owner: quanghuybest2k2
- Created: 2025-05-23T08:53:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-23T09:04:03.000Z (about 1 year ago)
- Last Synced: 2025-05-23T11:31:29.010Z (about 1 year ago)
- Topics: expressjs, jwt, mysql2, reactjs
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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