To run the application, make sure that you have Node.js and npm installed.
After that, install the required dependencies and packages using the following command:
npm install
To start the application use the following command:
npm start
For server side click the below link:
https://github.com/NishChal370/DvD_ServerSide
This runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
The application requires a backend to perform database and data related operations.
Download and run this dotnet 6 web api.
We recommend that you restart the application if it was already running when you started the backend web API.