ashelkov / request-trap

Brocoders Nodejs test task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

request-trap

Build Status

"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:

Project structure is generated by express-generator

How to run in development:

$ npm run dev

and see the magic on localhost:3000

About

Brocoders Nodejs test task


Languages

Language:JavaScript 76.9%Language:HTML 19.5%Language:CSS 3.6%