A simple Express server with super basic endpoints for testing. Has basic hardcoded authentication as well.
You must have Node v12 or higher.
- Clone repository
- Run
npm install
from command line - Run
npm run start
to start server - Test server with REST Client such as REST Book available on VS Code