Skip to content

arponpes/celta-novas

Repository files navigation

healthchecks Tests

Celta Novas

Celta novas gets the articles related to the Celta de Vigo football team from four different sources, and then stores the title and the url into the DB. You can access to the list of articles by accessing celtanovas.dev

API

API documentation

Getting Started

Production

docker-compose up --detach --build

Local

docker-compose up --build

Tests

With the application running in your local environment execute the following command:

docker exec -it app pytest