React-JS--Login-Register-MySQL Tutorial Installation Client $ cd client $ npm install or $ yarn install $ npm start or $ yarn start Server Change your mySQL database data server/index.js $ cd server $ npm install or $ yarn $ npm rum devStart Functionalities Register user with encrypted password. Check to not allow the same user to register twice. Verification of email and encrypted password to login Used Libraries Front-end formik yup axios Back-end bcrypt express mysql nodemon