Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 828 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 828 Bytes

Github Team Status Monitor

current look

For now, startup is a bit wonky.

docker-compose up -d scrounger
docker exec -it scrounger python app/db/create_db.py
cd overwatch
npm install
npm start

You'll need to define teams yourself (via postman, for example): postman

You can enabled the automatic updates by changing RUN_SCHEDULER to True in docker-compose.yml. Alternatively, you may manually hit 0.0.0.0:5000/update to trigger an update.

Still working on a proper dockerization, and fiddling with auth, which is very important for this app.