Project for the University of Bologna Data Structure and Algorithms course (a.y. 2020-21).
When running both containers (via docker-compose
) or the backend container
only, please make sure you set the TOKEN
environment variable first. It will
be used as a bearer token for Twitter API
v2
Production:
docker-compose -f docker-compose.yml -f production.yml up
Development:
docker-compose -f docker-compose.yml -f development.yml up