Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.07 KB

README.md

File metadata and controls

42 lines (34 loc) · 1.07 KB

Dashboard

Before start, you need to have the following tools installed on computer: Git, Node.js and/or Yarn. MySQl::Workbench.

📗 Quick Start

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

🚀 Libraries used