Skip to content

ashelkov/request-trap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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