ishwarvenugopal / django-rest-api-basic

Starter code for creating REST APIs using Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A starter-code template to build a REST API using Django.

This code implements:

  • JWT Authentication: Register, Login
  • Protected API Views: Cannot be accessed without access token
  • Minimalistic API documentation using Swagger and Redoc

About

Starter code for creating REST APIs using Django


Languages

Language:Python 71.2%Language:Jupyter Notebook 28.8%