Skip to content
#

routers

Here are 23 public repositories matching this topic...

A simple Blog API using Django REST Framework. Including users, permissions, authentication, and full CRUD functionality. Also demonstrates the use of viewsets and routers. Uses the django-allauth package for user registration and token creation as well as the dj-rest-auth package for user login, logout and password reset functionality.

  • Updated Mar 20, 2021
  • Python

This project utilizes Python with FastAPI to build a robust API for performing CRUD (Create, Read, Update, Delete) operations. Leveraging Pydantic for data validation ensures data integrity and consistency across endpoints. The implementation includes JWT authentication for secure user access, enhancing the API's reliability and security posture.

  • Updated Jul 12, 2024
  • Python

Improve this page

Add a description, image, and links to the routers topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the routers topic, visit your repo's landing page and select "manage topics."

Learn more