Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 793 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 793 Bytes

Birdazzone

Project for the University of Bologna Data Structure and Algorithms course (a.y. 2020-21).

Setup

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

Run

Production:

docker-compose -f docker-compose.yml -f production.yml up

Development:

docker-compose -f docker-compose.yml -f development.yml up

Authors