Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.31 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.31 KB

GeoKnowledge

Built By Joseph Thuha

Description

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

SetUp / Installation Requirements

Prerequisites

  • 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

Cloning

  • In your terminal:

      $ git clone https://github.com/Thuhaa/geo_knowledge/
      $ cd geo_knowledge
    

Running the Application

  • 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

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.