Skip to content

A tiny server to test calling an endpoint. Logs calls to console.

Notifications You must be signed in to change notification settings

17jmumford/tiny-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Server

This is a simple test server that listens for HTTP requests and logs the request data to the console.

Setup

  1. Clone this repository
  2. Run brew install node to install Node.js on your machine
  3. Navigate to the project directory and run npm install to install the project dependencies
  4. Run node index.js to start the server
  5. send POST requests to http://localhost:3000 with a JSON body to see the server log the request data

Credit

Thank you to @andy2mrqz for the code. I'ved added this README.md file for understanding the project better.

About

A tiny server to test calling an endpoint. Logs calls to console.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published