Prerequisites:
If you have nodejs installed, proceed with the following steps to run the application:
-
Clone/Download this Repository:
git clone <repository-url>
-
Access the frontend folder in terminal:
cd frontend -
Install the dependencies:
npm install
-
Run the frontend:
npm run dev
-
Access the backend folder in new terminal:
cd backend -
Install the dependencies:
npm install
-
Run the backend:
nodemon server.js
-
Access the admin folder in terminal:
cd admin -
Install the dependencies:
npm install
-
Run the admin:
npm run dev