Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.09 KB

File metadata and controls

33 lines (19 loc) · 1.09 KB

FnF-REST-API

A REST-API for storing and finding Family and Friends info, built using Django REST Framework.

How to Access:

Endpoints:

Features

  • JSON Web Token Authentication
  • GET/POST/PUT/DELETE friends info eg. name, dob, address, facebook, instagram etc.

User getting refresh and access token using username and passowrd: image

User sending access token as Bearer to authenticate and access the API: image

API returning friend's information : image

Thanks:

Django REST Framework: https://www.django-rest-framework.org/

Simple JWT: https://django-rest-framework-simplejwt.readthedocs.io/en/latest/index.html

For learning purpose only!