Skip to content

Sample NestJs app implementing the Maxmind GeoLite2 databases

Notifications You must be signed in to change notification settings

denpalrius/maxmind-geolite2-sample

Repository files navigation

Description

Created using Nest faremwork Typescript starter

Installation

$ npm install

Setting up the GeoIP2 databases

This code makes use of the GeoIP2 Doanloadable databases. You can learn more about them in the Maxmind website.

❗➡ Before running the app, download the free GeoLite2 database files and save them in the data folder.

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

About

Sample NestJs app implementing the Maxmind GeoLite2 databases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published