The goal of this project was to take a dataset with IPv4 address locations and plot them as an interactive heatmap.
See the project live here
docker build -t ip-heatmap .
docker run -d -p 8000:8000 \
--env PORT=8000
--env DEBUG=True \
--env PROD_HOST=localhost \
--env PROD_HOST_WITH_SCHEME=https://localhost \
--env SECRET_KEY=insecure_dev_key \
ip-heatmap
- React, React-leaflet
- Typescript
- Leaflet, Leaflet.heat
- Django Rest Framework