-
Open two terminals
-
Run the commands
cd backend and cd frontend
- After that Run
npm i or npm install
-
After the dependencies are installed, open XAMPP, run apache, and MySQL
-
Run this command in the terminal backend folder
nodemon index
- Run this command in the terminal frontend folder
npm start
- Done