Before start, you need to have the following tools installed on computer: Git, Node.js and/or Yarn. MySQl::Workbench.
Install backend by running either of the following:
Install NodeJS LTS from NodeJs Official Page (NOTE: Product only works with LTS version)
Clone the repository with the following command:
https://github.com/amariwan/reactJs-Mysql-Auth.git
Run in terminal this command:
cd backend && npm i
Change your mySQL database data .env
cp -r env .env
Then run this command to start your local server
npm rum dev
or
npm start