I developed this project in order to study and better understand how the token authentication system works using JWT, and also to better understand private routes, I could understand more about middlewares, and the back-end verification system.
- In your mySQL create a database, example:
$ cd client
$ yarn
$ yarn dev
- Change the database connection to the database you created in the
server/index.js
file $ cd server
$ yarn
$ nodemon index.js
FRONT END
AXIOS
JWT DECODE
REACT ROUTER DOM
REACT TOASTIFY
REACT ICONS
STYLED-COMPONENTS
BACK END
BCRYPT
EXPRESS
CORS
JSONWEBTOKEN
MYSQL2
NODEMON
- Finalizado ✔️