This backend provides whois REST API as a microservice.
docker-compose build
docker-compose up
Note! This is so small service that local development can be done using Docker much easier. It's also much more secure option.
FIXME: This isn't working right now. Use production mode.
npm start
npm run build
npm run start-prod
...and open http://0.0.0.0:3000