This project was created to practice leveraging Docker for containerization of a spatially-enabled Django application.
- Docker
- Run setup command
$ ./scripts/setup
- Run development server locally
$ docker-compose up
$ ./scripts/update
Data is automatically loaded as part of the setup command