Skip to content

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

Notifications You must be signed in to change notification settings

zuzanna-maria/swapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published