This is a .NET backend project based on my university assignment. It is a REST API that provides CRUD operations for real estate ads.
In order to run the project, you need a running instance of a MySQL database. The connection string can be found in the appsettings.json
file.
You need to have the .NET Core SDK installed on your machine. You can download it from here. The project can be run by executing the following command in the project directory:
dotnet run