"Request trap" it's a test-task #2 from Brocoders for Node.js coders. Description here.
Deployed on Heroku
You have 2 routes to interact with:
/:trap_id- requests trap. Send any requests here to log them into DB./:trap_id/requests- requests list filtered by endpoint (realtime update by sockets).
Project structure is generated by express-generator
$ npm run devand see the magic on localhost:3000