No description
  • HTML 60.9%
  • JavaScript 36.8%
  • Shell 2.3%
Find a file
2021-07-23 16:07:23 -07:00
.husky chore: initial project commit 2021-07-23 15:35:15 -07:00
public feat: server html form 2021-07-23 16:05:33 -07:00
src feat: server html form 2021-07-23 16:05:33 -07:00
.eslintrc.json chore: initial project commit 2021-07-23 15:35:15 -07:00
.gitignore chore: initial project commit 2021-07-23 15:35:15 -07:00
package.json chore: initial project commit 2021-07-23 15:35:15 -07:00
README.md docs: add a readme 2021-07-23 16:07:23 -07:00
yarn.lock chore: initial project commit 2021-07-23 15:35:15 -07:00

express-verbose-requests

Simple node express server that logs and returns details about requests.

Also serves up a simple HTML form when you hit GET /form.

Usage

yarn
node .