Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 914 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 914 Bytes

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/