You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a secure and modular User Management RESTful API built with Flask. It supports full CRUD operations, user login with password hashing, and search functionality. Designed following clean architecture principles, it separates database logic, routing, and utilities for maintainability and scalability.
This project is a Django REST API application that manages Todos and Categories. It provides endpoints for creating, listing, updating, and deleting Todos and Categories. The project uses Django, Django REST framework, and PostgreSQL.
Django Discoveries is a collection of explorations and practical implementations in Django, showcasing various features and techniques for building robust web applications. It serves as a learning and reference guide for developers diving into Django.