LocationApp

This is a small .NET 6 Web API using minimal API approach with Fast-Endpoints and InMemory EF Core DB.

It's a small CRUD App for geolocation using IP addresses.

Status

Build

Running the application

To run the application, you need to have a valid ApiKey from ipstack

To add user secrets for development purposes, use below commands in API project location:

dotnet user-secrets init
dotnet user-secrets set IpStackApiKey <your_api_key>

Sample Data

There are a couple of data in DB. You can use these IPs to try them out:

  • 185.31.24.68
  • 212.77.98.9