ewelkaw / adverity_python_challange

A simple app which allows to collect, resolve and inspect information about characters in the Star Wars universe from the SWAPI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adverity_python_challange

A simple app which allows to collect, resolve and inspect information about characters in the Star Wars universe from the SWAPI.

  1. How to run app:

    • go to ~/adverity_python_challange:
    make build run
    
  2. How to make migrations:

    • go to ~/adverity_python_challange:
    make makemigrations migrate
    

    Values Count table is created based on loaded data on previous page as it wasn't clarified in specification

About

A simple app which allows to collect, resolve and inspect information about characters in the Star Wars universe from the SWAPI.


Languages

Language:Python 86.3%Language:HTML 11.6%Language:Makefile 1.3%Language:Dockerfile 0.8%