Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 730 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 730 Bytes

Kings Secure Tech

This project consists of a backend API built with ASP.NET Core and a frontend client built with Angular.

Prerequisites

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
    

Getting Started

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