Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 517 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 517 Bytes

IP Geolocation (Assessment project)

Local development setup

Create the database by openning the Package Manager Console in Visual Studio, direct it to the Assessment.IpGeolocation.Data project and run the Update-Database command.

Trying it out

The api utilizes NSwag to help ease API development. When running the application you will be directed to the Swagger interface under /swagger from which you may try out each endpoint.

An API reference is also generated under the /reference URI.