# simir_interview **Repository Path**: samguns/simir_interview ## Basic Information - **Project Name**: simir_interview - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-09 - **Last Updated**: 2022-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Requirements The following requirements are mandatory 1. Write a backend using Flask that responds a http GET request on `/`. 2. The response body is a pure string which is `Hello, World!`. 3. The backend listens on TCP port `5000`. 4. `pass_result.png` is the expected results shown in a browser when `webapp` and `backend` are running together. 5. Submit a Pull Request to this repository when you think it's ready. ## Bonus This is not mandatory. 1. Write a `Dockerfile` to build a container that runs both `webapp` and `backend` within it. 2. Or, write a `docker-compose` script to build and deploy a container that runs both `webapp` and `backend` within it.