diff --git a/estela-api/README.md b/estela-api/README.md index 9ec97983..cf8e6eba 100644 --- a/estela-api/README.md +++ b/estela-api/README.md @@ -3,11 +3,10 @@ [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) The API consists of three main components: - - Django API: Implements a REST API built with the Django REST framework toolkit, exposing several endpoints to manage - projects, spiders, and jobs. + projects, spiders, and jobs. - Celery worker and beat: Responsible for executing the tasks and periodic tasks ordered by the API. -- Redis: Keeps a record of the tasks and periodic tasks to be executed. It is needed by Celery. +- Redis: Keeps a record of the tasks and periodic tasks to be executed. It is needed by Celery. These components have a corresponding Docker configuration file to build their images and run in Docker containers.