- Open the frontend folder in the VS Code
-> Install all dependencies
- npm i --legacy-peer-deps
-> To run the client
- npm start
react app will start at localhost:3000
-
Open the url in the browser : https://petstore-webapp.onrender.com (Deployed On Render)
-
Open the url in the browser : https://petstore-client.azurewebsites.net/ (Deployed On Azure)