Skip to content

Ana-Vartasashvili/clients-directory

Repository files navigation

Clients Directory

This project is a clients directory application built with Angular. It allows users to manage client information, including adding, editing, and deleting clients.

Getting Started

Prerequisites

  • Node.js - v^18.19.1 or newer
  • .NET 8.0 SDK (for the backend API)

Installation

Backend (ASP.NET Web API)

  1. Clone the backend repository:

    git clone https://github.com/Ana-Vartasashvili/clients-directory-api.git
  2. Navigate to the backend project directory:

    cd clients-directory-api
  3. Restore the .NET dependencies:

    dotnet restore
  4. Navigate to ClientsDirectoryApi:

    cd ./ClientsDirectoryApi
  5. Run the project:

    dotnet run

Frontend (Angular)

  1. Clone the repository:

    git clone https://github.com/Ana-Vartasashvili/clients-directory.git
  2. Navigate to the project directory:

    cd clients-directory
  3. Install the dependencies:

    npm install

Running the Frontend Application

  1. Start the development server:

    npm start
  2. Open your browser and navigate to http://localhost:4200.

Backend

  1. Ensure the backend API is running by following the steps in the Backend (ASP.NET Web API) section.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Contributors