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

Project for the University of Bologna Software Engineering course (a.y. 2022-23).

License

Notifications You must be signed in to change notification settings

foxyseta/birdazzone

Repository files navigation

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