Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Project Plan

Stage 1: HTTP Server 

  •  Research and choose rust based web framework, suitable for project goals
  •  Implement simple http service with some endpoints
  •  Include logging library (env_logger is popular choice)
  •  Include E2E test - make request against the endpoints, expect appropriate response
  •  CI: Lint, build, run & test each commit

...