git clone https://github.com/hgillh/bing.gitcd <project_folder>
docker-compose up --buildIt will configure the DynmoDB container and an Ubuntu 20.04 container. On Ubuntu 20.04, it will configure Django project and start it on port: 8080.
- It will start DynamoDB on port 8000 with default settings -- It will presist the DynamoDB data on restart of container. Used Docker volume for the same --More detials at : https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.DownloadingAndRunning.html
- It is using Bing Web Search API to fetch bing search results. --It is using Bing sandbox API key, which will expire after a week --https://docs.microsoft.com/en-us/azure/cognitive-services/bing-web-search/