to run the project:
build backend: go to advertisment\api\AdsApi> and run dotnet build
run backend: got to \advertisment\api\AdsApi\bin\Debug\net6.0> and run the AdsApi.exe
build and run frontend: got to \advertisment\ads-spa> and run npm i & npm start