-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Datetime Server - Template #144
Labels
task
New task
Comments
This was referenced Jul 6, 2024
14 tasks
13 tasks
Closed
20 tasks
20 tasks
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a basic HTTP server that returns the current date and time. Implement this server using multiple web frameworks, add tests, and containerize the application using Docker and Docker Compose.
Requirements:
Server Functionality:
Implementations:
a. Standard library (net/http)
b. Gin
Testing:
Docker:
Docker Compose:
Documentation:
Makefile driven: You should use make and a Makefile to drive the steps of
Optional Enhancements:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: