This is a Django-based translation application that uses Docker to run and manage services. The app takes user input in a form and translates it into a specified language.
- Docker installed on your system.
- Clone the repository:
git clone https://github.com/ishijapriyansha/translate_app.git cd yourrepository
- Build the Docker images:
docker compose build
- Run the application in detached mode
docker compose up -d
This command starts the containers in the background.
Access the application at http://localhost:8000 Follow the on-screen instructions to enter text and select a target language for translation.
To stop the application, run:
```bash
docker compose down