First, clone the repository to your local machine using the following command:
git clone https://github.com/ManishaBose/Prescripto.gitcd Prescripto/backendnpm installcd Prescripto/frontendnpm installcd Prescripto/backendnpm startOn a different terminal, run the following commands:
cd Prescripto/frontendnpm run devFollow the link provided by the npm run dev command to access the application in your web browser.