This repository contains a REST API project built using Django Rest Framework (DRF) for the backend. The project implements CRUD operations with various serialization methods, including API views, model views, and viewsets. Additionally, a Python notebook is used for the frontend, where all methods and operations are implemented.
|-- my_rest_api_project/
|-- api/
|-- migrations/
|-- templates/
|-- __init__.py
|-- admin.py
|-- apps.py
|-- models.py
|-- serializers.py
|-- urls.py
|-- views.py
|-- frontend/
|-- testing.ipynb
|-- manage.py
|-- README.md
|-- requirements.txt
The frontend is implemented using a Python notebook (notebook.ipynb
). Open the notebook in a Jupyter environment or any compatible platform to interact with the API using the provided Python code.
For more detailed information about the project, refer to the documentation within the codebase and comments in the notebooks.
Feel free to explore and modify the project according to your requirements! If you encounter any issues or have suggestions, please open an issue or submit a pull request.
Happy coding! 🚀