/request-logger

A simple web app to log incoming POST requests

Primary LanguageJavaScript

Request Logger

This is a small Node app that is meant to log incoming JSON POST requests to a /logs endpoint.

Deployment

Heroku

This app was originally deployed to Heroku using the guide here as, well, a guide.

New code (assuming it exists on the master branch) can be pushed to Heroku via git:

git push heroku master