Spoken Tutorial, IIT Bombay 
	https://spoken-tutorial.org 
          Dockers- Docker Compose
	  		   
Assignment:
1. Download the assignment source code from the code files link
2. There are two files: app.py and docker-compose.yaml
3. The docker-compose.yaml file creates two services
4. First service runs Python Flask web server
5. The second service runs mongodb database
6. The Flask server connects to the mongodb database
7. Run the docker-compose.yaml file
8. Add data to the mongodb database
9. Go to this URL in the browser to view the inserted data