Requirements
- Create GitHub repos to work from
- Ensure design decisions and instructions are expressed in README.md
- Take the provided web app, and deploy it in a container (docker or podman)
- Use automation of choice to orchestrate deploying the container
- Build a custom healthcheck route to the web app ensure the service is up and operational
- Add a feature to display the results of the nmap.xml to json. Use the provided query parameter check (?format=json).
- Review status of healthcheck after deployment if possible
- Build entire workflow into something unified (ie: Makefile) NOTE: This is not an all-or-nothing test. If life gets in the way, we will understand - submit what you can and we can move forward from there.