adaofeliz / ip-lookup

Spring Boot Web Application for ip address lookup using MaxMind GeoIP2 and GMaps.js for UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IP Lookup - Build Status

Spring Boot Web Application for ip address lookup using MaxMind GeoIP2 and GMaps.js for UI

Service API

Response Method Path Description
CityResponse GET /api/location Returns CityResponse based in the IP from the request
CityResponse GET /api/location/{ipAddress} Returns CityResponse based in the given IP

Web UI

Web UI

Installation

  • Clone this project
git clone https://github.com/adaofeliz/ip-lookup.git ip-lookup
  • Start Up the Application
cd ip-lookup
mvn clean install
java -jar target/ip-lookup.war

Try it

About

Spring Boot Web Application for ip address lookup using MaxMind GeoIP2 and GMaps.js for UI


Languages

Language:JavaScript 89.4%Language:Java 9.2%Language:CSS 1.3%