This is a Python project for dealing with simple questions about general knowledge.
1-Clone the project
2-Install dependencies by running the following command:
pip install -r requirements.txt
1-Clone the project
2-Build the docker image:
docker-compose build
3-Add a new Inbound rule for the TCP Port 5000
4-Run the image:
docker-compose up -d
5-The container could use some time before it becomes accessible < 50 sec
6-You should be able to access the app on "INSTANCE-PUBLIC-IP":5000
python app.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.