/swapi

Django app allowing users to download character information from the Star Wars API and perform data exploration using petl.

Primary LanguagePython

A Django app allowing the user to download the complete set of Star Wars character data from the Star Wars API (https://swapi.dev/api/) and do simple exploratory operations on it.

To run:

pip install -r requirements.txt

python3 manage.py rumserver

And navigate to http://127.0.0.1:8000/sw_characters/.