Skip to content

byrondover/ladjango-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet Another Example DRF JSON API + Swagger App (featuring db2api)

This is the repo for Django meet-up group demo at Wiredrive 2016.

Requires local MySQL instance running with a world example database installed.

Install requirements.

pip install -r requirements.txt

Launch app.

python manage.py runserver

View DRF Browsable API.

http://localhost:8080

View Swagger UI.

http://localhost:8080/api-docs

View Swagger Schema Document.

http://localhost:8080/api-docs?format=openapi

About

Django Rest Framework + JSON API Specification + Swagger documentation to expose a self-documenting, RESTful API to SQL tables in under 5 minutes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published