Skip to content

Web application used to inspect HTTP requests and test webhooks. Built with Node.js, Express.js, React / Redux and Tailwind UI.

Notifications You must be signed in to change notification settings

counik/request-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This app comes with two pieces:

  • A React frontend that displays incoming HTTP requests
  • A Node/Express backend that handles the incoming HTTP requests

Setup

  1. Download
  2. Run npm install in both client and server folders
  3. Add a .env file to the server folder, and add two properties: PORT (which should be 5000 unless you'd like to change some other settings), and DB (which needs to be a MongoDB URL to a MongoDB Atlas database).
  4. Start the app by running npm run dev inside the server folder.
  5. To use with external services, I recommend installing ngrok on your machine. After starting your application (npm run dev in the server directory), you can start ngrok with the command: ngrok http <SERVER_PORT_NUMBER>. This will give you an external IP address you can send requests to, and those requests will show up in this app.

About

Web application used to inspect HTTP requests and test webhooks. Built with Node.js, Express.js, React / Redux and Tailwind UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages