Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 628 Bytes

readme.md

File metadata and controls

22 lines (16 loc) · 628 Bytes

Django CRUD, Auth API

  • This is a simple API where one can login/register and create personal blogs which only he can Read,Write,Delete,Update..

Resources

Topics

  • Django REST Framework
  • CRUD API
  • Authenticaion
  • Authorization
  • JWT
  • Refresh Token
  • Custom User Model
  • CORS enabled
  • Pagination API