Visualisation + storage for some abstract activities + rest API for the data-delivery agents.
- postgreSQL, created database, created database user, granted all to this owner.
- python3
- pip
- npm
- pip install -r requirements.txt;
- python manage.py syncdb;
- cd frontend
- npm install
- ./node_modules/.bin/webpack -d