Clone the Repository: using git clone cmd git clone <repo url>
Navigate to the Repository: cd IndiaKart_Backend
Set Up the ASP.NET Backend:
cd backend
dotnet restore
dotnet build
Configure the Backend:
appsettings.json
) as needed.Run the Backend:
Set Up the Angular App:
cd indiakart_homepage
npm install
npm run