Skip to content

jefferies917/capital-city-guesser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capital City Guesser

Django API project to test your capital city knowledge

Installation

First install Python 3.11.1 and clone the repo

Then pipenv:

pip install pipenv

Navigate to the projects base directory and install required packages:

pipenv install

Apply Migrations:

pipenv run python manage.py migrate

Now you should be ready to run the quiz!

Run Quiz

Start Development Server:

pipenv run python manage.py runserver

Now go to 127.0.0.1:8000 in any browser or use this link

Testing

In the base directory run:

pytest guessing/tests.py

About

Small Django API project to test your capital city knowledge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published