/snes_games_api

DRF API - Headless Django 2.2

Primary LanguagePython

snes_games_api

Django REST API for the Super Nintendo PAL games library with user authentication

Includes

Requirements

Python 3.7

Django 2.2

Pipenv for the virtual environment

Installation

git clone
pipenv install
pipenv shell
python3 manage.py runserver 127.0.0.1:8000

How To

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

Schema

http://127.0.0.1:8000/schema/