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.jsfile $ cd server$ yarn$ nodemon index.js
FRONT END
AXIOSJWT DECODEREACT ROUTER DOMREACT TOASTIFYREACT ICONSSTYLED-COMPONENTS
BACK END
BCRYPTEXPRESSCORSJSONWEBTOKENMYSQL2NODEMON
- Finalizado ✔️

