A brief description of your application goes here. You can explain its purpose, features, and any other relevant details.
Make sure you have the following installed on your machine:
-
Clone the repository:
git clone <repository-url>
-
Navigate into the
my-appdirectory from the root directory:cd my-app -
Install the required dependencies:
npm install
-
Start the development server :
npm run dev
-
Navigate into the
backenddirectory from the root directory:cd backend -
Install the backend dependencies:
npm install
-
Start the backend server:
node index.js