- 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
If you want to check it out, access the graphi explorer here: 127.0.0.1:8000/explore.
The service should be available in the URL: 127.0.0.1:8000/graphql.
python manage.py test