Skip to content

pet-informatica/geoquest

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published