Created
October 13, 2022 16:27
-
-
Save joshdvir/b4a8cdb8fb771028d7a9f102050e2cb2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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