- The project provides an opportunity to create dashboards based on parsed tags on social media or social networks e.g. Twitter.
- Dashboards contains figures that can describe some extracted informations from the parsed data.
- There is possibility to create public or private dashboard. Public dashboards will appear in feed page.
setuping docker environment
how to mount disk D in toolbox
!If you do not have volume postgres_data then run docker volume create postgres_data
!
Build and up docker in dev mode:
docker-compose build
docker-compose up -d
- Then check dockerIP:8000/board/
You can also to run django manage commands.
For example, get into db docker-compose exec db psql --username=admin --dbname=admin
Run docker in prod mode:
docker-compose -f docker-compose.prod.yml up -d --build
- Then check dockerIP:1337/board/
Team:
- Ilya Sedunov
- Vadim Alperovich