- open CMD in root folder (folder with sln file);
- run command: dotnet run --project BackEndApplication\BackEndApplication.csproj --launch-profile BackEndApplication;
- Base URL: http://localhost:5000
- Description: Endpoint retrieves all the photos by searchTearm
- URL: /search/${searchTerm}
- Method: GET