The API provides information about cities and their points of interest. With the API, you can perform all CRUD operations, making it a great tool for managing city-related data.
- .NET 6
- ASP.NET Core 6 Web API
- EF Core 6
- SQL Server
- Dependency Injection (DI)
- Logging
- Serilog
- AutoMapper
To get started with the CityInfo API, follow these steps:
- Clone the repository:
git clone https://github.com/yusuf1n/CityInfo- Navigate to the project directory:
cd CityInfo- Install dependencies:
dotnet restore- Update database:
dotnet ef database update- Run the application:
dotnet runThe API will be accessible at https://localhost:7285 by default.