SandboxServer

A simple Express server with super basic endpoints for testing. Has basic hardcoded authentication as well.

Prerequisites

You must have Node v12 or higher.

To Run:

  1. Clone repository
  2. Run npm install from command line
  3. Run npm run startto start server
  4. Test server with REST Client such as REST Book available on VS Code