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.
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
- Django
- Django Rest Framework ously see your updates!
- Write testes
- Login with facebook
MIT