Skip to content

Yusuf1n/CityInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CityInfo

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.

Technologies Used

  • .NET 6
  • ASP.NET Core 6 Web API
  • EF Core 6
  • SQL Server

Features

  • Dependency Injection (DI)
  • Logging

Dependencies

  • Serilog
  • AutoMapper

Getting Started

To get started with the CityInfo API, follow these steps:

  1. Clone the repository:
git clone https://github.com/yusuf1n/CityInfo
  1. Navigate to the project directory:
cd CityInfo
  1. Install dependencies:
dotnet restore
  1. Update database:
dotnet ef database update
  1. Run the application:
dotnet run

The API will be accessible at https://localhost:7285 by default.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages