- 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
- See Postman.
- See MySQL.
- See JWT.
- See BCRYPTJS.
- See JOI.
- See DOTENV.
- See MYSQL2.
- See Expressjs.
- See Nodejs.
- See Nodemon.