Skip to content

Latest commit

 

History

90 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/

About

DRF API - Headless Django 2.2

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Contributors

Languages