This project consists of a backend API built with ASP.NET Core and a frontend client built with Angular.
Before you begin, ensure you have the following installed:
- .NET 8 SDK
- Node.js (with npm)
- Angular CLI: Install globally using npm if not already installed
npm install -g @angular/cli
Clone the repository to your local machine and run the frontend and backend using the following command:
git clone https://github.com/sheikh-saqib/KingsSecureTech.git
cd KingsSecureTech
cd frontend/client
npm install
ng serve
cd ../..
dotnet run --project backend/KingsSecureTech