lilaboc / tingxie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tingxie

Tingxie is a Python project designed to help children with dictation exercises. It uses Docker and Docker Compose for easy setup and deployment.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Python 3.11
  • Docker
  • Docker Compose

Installation

  1. Clone the repository

    git clone https://github.com/lilaboc/tingxie.git
  2. Build and run the Docker containers using Docker Compose

    docker-compose build
    docker-compose up -d
  3. Access the application

    Open your web browser and navigate to http://yourip:8501.

About


Languages

Language:Python 89.5%Language:Dockerfile 7.1%Language:Makefile 3.4%