Simple webapp for keeping track of IP addresses at DWeb Camp. Security is nonexistent; anyone can post anything.
- Logs written to
ip-dir.log
- Records written to
records.json
First, install the dependencies:
npm install
Then, start the app:
npm start
If you are developing and would like the app to restart on file changes:
npm run dev
- add linter
- write tests
- validate input