This project is a clients directory application built with Angular. It allows users to manage client information, including adding, editing, and deleting clients.
- Node.js - v^18.19.1 or newer
- .NET 8.0 SDK (for the backend API)
-
Clone the backend repository:
git clone https://github.com/Ana-Vartasashvili/clients-directory-api.git
-
Navigate to the backend project directory:
cd clients-directory-api -
Restore the .NET dependencies:
dotnet restore
-
Navigate to ClientsDirectoryApi:
cd ./ClientsDirectoryApi -
Run the project:
dotnet run
-
Clone the repository:
git clone https://github.com/Ana-Vartasashvili/clients-directory.git
-
Navigate to the project directory:
cd clients-directory -
Install the dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and navigate to
http://localhost:4200.
- Ensure the backend API is running by following the steps in the Backend (ASP.NET Web API) section.