A Containerized Django application with Bootstrap that displays some pre-defined images from Unsplash. Deployed using Azure DevOps pipelines. This repository can also be deployed to Azure Container Apps.
Steps to run:
- This can be ran and deployed with and without containerization.
- An Unsplash API key is needed. This is free of charge. Link
- You can use the existing Azure Database for PostreSQL connection in
unsplash/settings.py->DATABASESor switch this out for a database provider of your choice. - Replace the environment variables for the above as needed.
- If using this to try out Azure Container Apps, update the needed values in
container-apps-deployment/deploy.jsonprior to deployment.
