React+Node JS & Mysql Login Register
Login/Register tutorial
Tutorial For Backend : https://bezkoder.com/node-js-jwt-authentication-mysql/
Tutorial For frontend : https://bezkoder.com/react-jwt-auth/
CRUD tutorial
Tutorial For Backend : https://bezkoder.com/node-js-express-sequelize-mysql/
Tutorial For frontend : https://bezkoder.com/react-hooks-crud-axios-api/
Get up and running with a development server using the following commands
// Run client & development server with concurrently
npm run dev
// Assumes Node and npm are installed on machine
// Server runs on http://localhost:8080 (set in server.js) and client on http://localhost:8081