Some javascript, and xml handling
I chose the technologies that I used because they were quick and "easy". I assumed that all the docs would have the same fields since we were using a SQL db
- JavaScript
- Node.js v8.9.4
- SQLite3
- Jquery
- HTML
** Make sure you have Node installed on your local machine prior to running the app.
- unzip this to your local machine.
- In your terminal cd to the root of this file
4.
$ npm i && npm start - in your browser go to
http://localhost:8080 - upload a XML file
- search by ip address
- to stop app Ctrl + c/^c in terminal