- Notifications
You must be signed in to change notification settings - Fork2
Authentication REST APIs with NodeJS Express, JWT token and MYSQL.
License
NotificationsYou must be signed in to change notification settings
supuna97/expressjs-auth
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- Node.js
- Express.js
- NODEMON
- JWT
- BCRYPTJS
- JOI
- DOTENV
- MYSQL2
- Postman
npm init
npm install express
npm install nodemon
npm install jsonwebtoken
npm install bcryptjs
npm install joi
npm install dotenv
npm install mysql2
- Create app.js file
nodemon app.js
- SeePostman.
- SeeMySQL.
- SeeJWT.
- SeeBCRYPTJS.
- SeeJOI.
- SeeDOTENV.
- SeeMYSQL2.
- SeeExpressjs.
- SeeNodejs.
- SeeNodemon.