Created using Nest faremwork Typescript starter
$ npm install
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.
# development
$ npm run start
# watch mode
$ npm run start:dev