jesrav / footy-tracker

4 stars 1 forks source link

FootyTracker

A table soccer tracking web app. Find a deployed version here

Get started

Right now the development setup uses an Azure blob storage account for storing profile images, so you will need to set that up to see and store user images.

Copy and fill out the template for environment variable.

cp .env_example .env

To run the app locally in Docker

docker-compose up

This will start 4 containers that runs

To stop the app, stop the containers. To kill the containers (You will lose the data), run

docker-compose down

Development

To develop and debug the individual components (web / api / ml_api), open subprojects individually.