codescalersinternships / home

home repo for internships
1 stars 0 forks source link

Datetime Server - Nabila #179

Open nabilasherif opened 6 days ago

nabilasherif 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:

Server Functionality:

Implementations:

Testing:

Docker:

Docker Compose:

Documentation:

Optional Enhancements: Implement graceful shutdown for each server

Acceptance Criteria: All implementations pass the same test suite Docker images build and run successfully Docker Compose file correctly orchestrates all services README provides clear instructions for running and testing the project