pyenv install 3.13.5 pyenv global 3.13.5 python --version # Deve exibir Python 3.13.5 biblioteca_api/ ├── manage.py ├── config/ │ ├── settings.py │ ├── urls.py │ ├── asgi.py │ └── wsgi.py └── core ...
This repository contains a RESTful API for a Library Management System, built with Django and Django REST Framework. The API manages book records, user registrations, and borrowing history, providing ...