- Python (realizado en python 3.8)
- Django
- Django Filter
- Django model utils
- Graphene
- .EVN
Clone the project
git clone https://github.com/gustav0/swapi.git
Move into de repo and install dependencies
pip install -r requirements.txt
Run migrations and load fixtures
python manage.py migrate
python manage.py load_fixtures
python manage.py runserver
python manage.py test