This web application allows one to search for and rate a doctor or a hospital of their choice.
In a command prompt/terminal:
- Change directory to the root foler
- run
npm install
- then
npm run dev
- This will start the client. Open a new terminal:
- Change directory to the backend folder
npm install
npm run dev
- This will start the server Follow localhost:2173 to open in your browser.