Skip to content

Instantly share code, notes, and snippets.

@joshdvir
Created October 13, 2022 16:27
Show Gist options
  • Save joshdvir/b4a8cdb8fb771028d7a9f102050e2cb2 to your computer and use it in GitHub Desktop.
Save joshdvir/b4a8cdb8fb771028d7a9f102050e2cb2 to your computer and use it in GitHub Desktop.
> Candidate must have an IDE like Visual Studio Code installed, Docker Desktop set up locally, and the ability to share their screen over Google Meet.
1. Create a new API service with:
a. An endpoint that receive an Email address, verify the email address and return a JSON response
2. Run locally and visit on http://localhost:8080
3. Dockerize it
4. Run it locally through Docker
Confirm it works by visiting http://localhost:8082
Share the configuration files you created
Good Luck!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment