Follow these steps to set up the project locally on your machine.

Installation

Follow this steps to run the backend

Install the project dependencies using npm:

cd server
npm install
npm start

Follow this steps to run the frontend

cd client
npm install
npm run dev