This project implements a simple Python web application using an HTTP server. The app allows users to submit messages through a form, which are saved in a data.json file. The application can be run locally or in a Docker container using Docker Compose.
- Install Docker and Docker Compose
- Ensure Git is installed on your system
-
Start the Docker containers
docker-compose up --build
-
Verify the application is running
Open these URLs in your web browser:- Home Page: http://localhost:3000/