codescalersinternships / home

home repo for internships
1 stars 0 forks source link

Datetime Server - Basem Elgalfy #181

Open Basem1166 opened 6 days ago

Basem1166 commented 6 days ago

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:

  1. Server Functionality:

    • [x] Endpoint: GET /datetime
    • [x] Response: Current date and time
  2. Implementations:

    • Implement the server using:
      • [x] Standard library (net/http)
      • [x] Gin
  3. Testing:

  1. Docker:
  1. Docker Compose:
  1. Documentation:
  1. Makefile driven: You should use make and a Makefile to drive the steps of

Optional Enhancements:

Acceptance Criteria: