A data dashboard demo built with React, Django and ApexCharts.
URLs:
Note: you need Docker and Make as host OS dependencies
# build the Docker images from the Dockerfile with Make
make image
# run dev container
make run
make django # from inside container /src
make nextjs # from inside container /src
- Todo: verify the build instructions
- Todo: fix the deployment setup
# run Python deployment container
make python8000
# run Node deployment container
make node3000