A sample User Analytics Dashboard for User API.
-
Make sure you're up to date with the latest docker
-
Install Docker-Compose from here
-
Create a Docker subnet with the following command
docker network create --subnet=172.19.0.0/24 analytics-dashboard
- Clone source from Github:
git clone https://github.com/prafiles/user-analytics-dashboard
- Then do a docker-compose pull.
cd user-analytics-dashboard && docker-compose pull
- Finally create MongoDB persistent docker volume.
docker volume create --name=dashboard-mongodb
- To run dashboard
docker-compose up dashboard
- You can also check out API format: