Skip to content

sheikh-saqib/KingsSecureTech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published