This project is the backend API for the Clients Directory application. It is built with ASP.NET Core and provides endpoints for managing client information.
- .NET 8.0 SDK
-
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
- Ensure the API is running by following the steps in the Installation section.
- The API will be available at
http://localhost:5006
(or the port specified in yourlaunchSettings.json
).