Django REST API for the Super Nintendo PAL games library with user authentication
Includes
- title
- publisher
- developer
- release year
- region
- front cover images https://github.com/Constuelo/pal-snes-covers
Python 3.7
Django 2.2
Pipenv for the virtual environment
git clone
pipenv install
pipenv shell
python3 manage.py runserver 127.0.0.1:8000
Navigate to the games api http://127.0.0.1:8000/games/
Filter using url query parameters
- ?id=
- ?release=
- ?region=
- ?publisher=
- ?developer=
- ?title=
Example using multiple filters http://127.0.0.1:8000/games/?publisher=Namco&release=1993