EnglishWordsLearning is a web application designed to help users learn English words through the use of flashcards and tests. The application uses the API from mymemory.translated.net to provide translations. This allows users to translate words from any language to English.
- Docker
- Docker Compose
Follow these steps to install and run the application:
-
Clone the repository:
git clone https://github.com/sentemon/EnglishWordsLearning.git cd EnglishWordsLearning
-
Build and start the Docker containers:
docker compose up -d --build
-
Accessing the Application You can access the application via your web browser at http://localhost:8080.
-
Stopping the Application
docker compose down