Skip to content

Django-powered web app designed to make language translation quick and convenient. This platform lets users easily translate text between multiple languages, including Japanese, Spanish, French, and more.

Notifications You must be signed in to change notification settings

ishijapriyansha/Translator

Repository files navigation

Django Translator App

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.

Getting Started

Prerequisites

  • Docker installed on your system.

Setup

  1. Clone the repository:
    git clone https://github.com/ishijapriyansha/translate_app.git
    cd yourrepository
    
  2. Build the Docker images:
    docker compose build
    
  3. Run the application in detached mode
    docker compose up -d

This command starts the containers in the background.

Usage

Access the application at http://localhost:8000 Follow the on-screen instructions to enter text and select a target language for translation.

Stopping the application

To stop the application, run:
```bash
docker compose down

About

Django-powered web app designed to make language translation quick and convenient. This platform lets users easily translate text between multiple languages, including Japanese, Spanish, French, and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published