Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 736 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 736 Bytes

Geoquest

Geoquest is a simple quiz game of geography related subjects created to assist pre-university students. A cooperation of PET-Informática and PET-Geografia.

Installation

First, clone the repository

$ git clone https://github.com/pet-informatica/geoquest.git

Then, cd into the new directory and create your virtualenv.

$ cd geoquest
$ python -m venv env
$ cd env/Scripts
$ activate.bat
<env> $ cd ../.. 

Install the dependencies and run the project

<env> $ python -m pip install -r requirements.txt
<env> $ python manage.py runserver

Dependencies

  • Django
  • Django Rest Framework ously see your updates!

Todo's

  • Write testes
  • Login with facebook

License

MIT