Torrent Downloads » Other » [Tutorialsplanet NET] Udemy - Build a Backend REST API with Python & Django - Advanced
Other
[Tutorialsplanet NET] Udemy - Build a Backend REST API with Python & Django - Advanced
Torrent info
Name:[Tutorialsplanet NET] Udemy - Build a Backend REST API with Python & Django - Advanced
Infohash: E2DAE9DC181439847CC51F19647B746C931DD5E8
Total Size: 3.93 GB
Magnet: Magnet Download
Seeds: 0
Leechers: 0
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2025-12-23 05:18:41 (Update Now)
Torrent added: 2022-04-07 16:00:17
Alternatives:[Tutorialsplanet NET] Udemy - Build a Backend REST API with Python & Django - Advanced Torrents
Torrent Files List
01 Introduction (Size: 3.93 GB) (Files: 156)
01 Introduction
001 Welcome to Build a Backend API with Django REST Framework - Advanced.en.srt
001 Welcome to Build a Backend API with Django REST Framework - Advanced.mp4
002 Intro to the course.en.srt
002 Intro to the course.mp4
003 Course structure.en.srt
003 Course structure.mp4
004 How to get the most out of this course.en.srt
004 How to get the most out of this course.mp4
005 How to get help.en.srt
005 How to get help.mp4
006 Windows 10 Home Workaround.html
02 Technologies used in this course
001 Python.en.srt
001 Python.mp4
002 Django.en.srt
002 Django.mp4
003 Django REST Framework.en.srt
003 Django REST Framework.mp4
004 Docker.en.srt
004 Docker.mp4
005 Travis-CI.en.srt
005 Travis-CI.mp4
006 Postgres.en.srt
006 Postgres.mp4
007 What is test driven development_.en.srt
007 What is test driven development_.mp4
03 Installation and setup
001 System setup.html
002 Windows 10 Home Workaround.html
04 Create new project
001 Setup new GitHub project.en.srt
001 Setup new GitHub project.mp4
002 Add Dockerfile.en.srt
002 Add Dockerfile.mp4
003 Configure Docker Compose.en.srt
003 Configure Docker Compose.mp4
004 Custom configuration for Linux users.html
005 Create Django project.en.srt
005 Create Django project.mp4
05 Setup automation
001 Enable Travis-CI for project.en.srt
001 Enable Travis-CI for project.mp4
002 Create Travis-CI configuration file.en.srt
002 Create Travis-CI configuration file.mp4
003 UPDATE_ Travis-CI Docker Pull Issue.html
[Tutorialsplanet.NET].url
06 Introduction to test driven development (TDD)
001 Writing a simple unit test.en.srt
001 Writing a simple unit test.mp4
002 Writing a unit test with TDD.en.srt
002 Writing a unit test with TDD.mp4
07 Configure Django custom user model
001 Create core app.en.srt
001 Create core app.mp4
002 Add tests for custom user model.en.srt
002 Add tests for custom user model.mp4
003 Implement custom user model.en.srt
003 Implement custom user model.mp4
004 Normalize email addresses.en.srt
004 Normalize email addresses.mp4
005 Add validation for email field.en.srt
005 Add validation for email field.mp4
006 Add support for creating superusers.en.srt
006 Add support for creating superusers.mp4
08 Setup Django admin
001 Add tests for listing users in Django admin.en.srt
001 Add tests for listing users in Django admin.mp4
002 Modify Django admin to list our custom user model.en.srt
002 Modify Django admin to list our custom user model.mp4
003 Modify Django admin to support changing user model.en.srt
003 Modify Django admin to support changing user model.mp4
004 Modify Django admin to support creating users.en.srt
004 Modify Django admin to support creating users.mp4
[Tutorialsplanet.NET].url
09 Setting up database
001 Add postgres to docker compose.en.srt
001 Add postgres to docker compose.mp4
002 Add postgres support to Dockerfile.en.srt
002 Add postgres support to Dockerfile.mp4
003 Configure database in Django.en.srt
003 Configure database in Django.mp4
10 Waiting for postgres to start
001 Mocking with unittests.en.srt
001 Mocking with unittests.mp4
002 Add tests for wait_for_db command.en.srt
002 Add tests for wait_for_db command.mp4
003 Add wait_for_db command.en.srt
003 Add wait_for_db command.mp4
004 Make docker compose wait for db.en.srt
004 Make docker compose wait for db.mp4
005 UPDATE_ Make Travis-CI wait for db.html
006 Test in browser.en.srt
006 Test in browser.mp4
[Tutorialsplanet.NET].url
11 Create user management endpoints
001 Create users app.en.srt
001 Create users app.mp4
002 Add tests for create user API.en.srt
002 Add tests for create user API.mp4
003 Add create user API.en.srt
003 Add create user API.mp4
004 UPDATE_ Fix for testing password too short.html
005 Add tests for creating a new token.en.srt
005 Add tests for creating a new token.mp4
006 Add create token API.en.srt
006 Add create token API.mp4
007 Add tests for manage user endpoint.en.srt
007 Add tests for manage user endpoint.mp4
008 Add manage user endpoint.en.srt
008 Add manage user endpoint.mp4
12 Create tags endpoint
001 Create recipe app.en.srt
001 Create recipe app.mp4
002 Add tag model.en.srt
002 Add tag model.mp4
003 Add tests for listing tags.en.srt
003 Add tests for listing tags.mp4
004 Add feature to list tags.en.srt
004 Add feature to list tags.mp4
005 Add create tags feature.en.srt
005 Add create tags feature.mp4
13 Create ingredients endpoint
001 Add ingredient model.en.srt
001 Add ingredient model.mp4
002 Add tests for listing ingredients.en.srt
002 Add tests for listing ingredients.mp4
003 Implement feature for listing ingredients.en.srt
003 Implement feature for listing ingredients.mp4
004 Implement feature for creating ingredients.en.srt
004 Implement feature for creating ingredients.mp4
005 Re-factor tags and ingredients viewsets.en.srt
005 Re-factor tags and ingredients viewsets.mp4
14 Create recipe endpoint
001 Add recipe model.en.srt
001 Add recipe model.mp4
002 Add tests for listing recipes.en.srt
002 Add tests for listing recipes.mp4
003 Implement feature for listing recipes.en.srt
003 Implement feature for listing recipes.mp4
004 Add tests for retrieving recipe detail.en.srt
004 Add tests for retrieving recipe detail.mp4
005 Implement feature for retrieving recipe detail.en.srt
005 Implement feature for retrieving recipe detail.mp4
006 Add tests for creating recipes.en.srt
006 Add tests for creating recipes.mp4
007 Implement feature for creating recipes.en.srt
007 Implement feature for creating recipes.mp4
008 Add tests for updating recipes.en.srt
008 Add tests for updating recipes.mp4
15 Add upload image endpoint
001 Add Pillow requirement.en.srt
001 Add Pillow requirement.mp4
002 Modify recipe model.en.srt
002 Modify recipe model.mp4
003 Add tests for uploading image to recipe.en.srt
003 Add tests for uploading image to recipe.mp4
004 Add feature to upload image.en.srt
004 Add feature to upload image.mp4
16 Add filtering
001 Add tests for filtering recipes.en.srt
001 Add tests for filtering recipes.mp4
002 Implement feature to filter recipes.en.srt
002 Implement feature to filter recipes.mp4
003 Add tests for filtering tags and ingredients.en.srt
003 Add tests for filtering tags and ingredients.mp4
004 Implement feature for filtering tags and ingredients.en.srt
004 Implement feature for filtering tags and ingredients.mp4
[Tutorialsplanet.NET].url
17 Summary
001 What was covered in this course.en.srt
001 What was covered in this course.mp4
[Tutorialsplanet.NET].url
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [Tutorialsplanet NET] Udemy - Build a Backend REST API with Python & Django - Advanced Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.
related torrents
Torrent name
health leech seeds Size






