Built By Joseph Thuha
This application tests your knowledge of Geography by prompting you to click on a country and evaluating whether the country you clicked is similar to the needed country
- python 3.6
- conda
- django
Note that the full list of requirements is in the requirements.txt file at the base of the application, and can be installed with:
$ conda create --name myenv --file requirements.txt
-
In your terminal:
$ git clone https://github.com/Thuhaa/geo_knowledge/ $ cd geo_knowledge
-
Creating the virtual environment and installing the dependencies:
$ conda create -n myenv $ conda activate myenv $ conda install --file requirements.txt
-
To run the application, in your terminal, ensure that you are at the root directory of the application and then run:
$ python manage.py runserver
There you have your application up and running.
Contribution to this application is allowed.
In case of any questions, clarifications, critic or just general suggestions, you can reach out to me on my email address and I will be happy to receive your suggestions, criticism or questions.