Enter the following commands via the terminal to setup the template for usage:
1. make build - Build the Django, Vue and DB Docker images
2. make up - Run the Django, Vue and DB containers
3. make migrate - Apply migrations to the DB
1. make build-prod - Build the Django, nginx and DB Docker images
2. make up-prod - Run the Django, nginx and DB containers