Skip to content

rory-ferguson/snes_games_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/