FileMood

Download [FreeCourseSite.com] Udemy - Build a Backend REST API with Python & Django - Beginner

FreeCourseSite com Udemy Build Backend REST API with Python Django Beginner

Name

[FreeCourseSite.com] Udemy - Build a Backend REST API with Python & Django - Beginner

 DOWNLOAD Copy Link

Total Size

2.3 GB

Total Files

241

Last Seen

2024-10-23 01:20

Hash

F0046D999FC060708202F9467DA4B61EB8A5516A

/0. Websites you may like/

[CourseClub.Me].url

0.1 KB

[FreeCourseSite.com].url

0.1 KB

[GigaCourse.Com].url

0.0 KB

/01 - Course introduction/

001 Command-Line-Cheatsheet.url

0.1 KB

001 Introduction.mp4

30.8 MB

001 Introduction_en.vtt

1.9 KB

002 Course structure.mp4

42.3 MB

002 Course structure_en.vtt

2.6 KB

003 Technologies.mp4

32.5 MB

003 Technologies_en.vtt

6.5 KB

004 Vagrant vs. Docker.mp4

62.8 MB

004 Vagrant vs. Docker_en.vtt

3.8 KB

005 How to get the most out of this course.mp4

23.2 MB

005 How to get the most out of this course_en.vtt

1.6 KB

006 How to get help.mp4

29.9 MB

006 How to get help_en.vtt

1.9 KB

006 How-to-ask-questions-on-Stack-Overflow-and-get-answers-.url

0.1 KB

external-links.txt

0.3 KB

/02 - Setting up your development environment/

001 Atom.url

0.0 KB

001 Cheatsheet.url

0.1 KB

001 Git-SCM.url

0.0 KB

001 ModHeader.url

0.1 KB

001 Vagrant.url

0.1 KB

001 VirtualBox.url

0.1 KB

001 Windows Installing Git, VirtualBox, Vagrant, Atom and ModHeader.mp4

39.6 MB

001 Windows Installing Git, VirtualBox, Vagrant, Atom and ModHeader_en.vtt

12.1 KB

002 Atom-Editor.url

0.0 KB

002 Cheatsheet.url

0.1 KB

002 Git-SCM.url

0.1 KB

002 ModHeader.url

0.1 KB

002 Vagrant.url

0.1 KB

002 VirtualBox.url

0.1 KB

002 macOS Installing Git, VirtualBox, Vagrant, Atom and ModHeader.mp4

141.0 MB

002 macOS Installing Git, VirtualBox, Vagrant, Atom and ModHeader_en.vtt

9.5 KB

external-links.txt

0.8 KB

/03 - Setting up your project/

001 Creating a workspace.mp4

80.5 MB

001 Creating a workspace_en.vtt

7.1 KB

002 .gitignore.url

0.1 KB

002 Cheatsheet.url

0.1 KB

002 Creating a Git project.mp4

94.0 MB

002 Creating a Git project_en.vtt

11.4 KB

002 GitHub-Markdown-Cheatsheet.url

0.1 KB

002 LICENSE.url

0.1 KB

003 Pushing to GitHub.mp4

81.9 MB

003 Pushing to GitHub_en.vtt

9.7 KB

external-links.txt

0.4 KB

/04 - Creating a development server/

001 Creating a Vagrantfile.mp4

34.8 MB

001 Creating a Vagrantfile_en.vtt

2.2 KB

002 Configuring our Vagrant box.mp4

13.5 MB

002 Configuring our Vagrant box_en.vtt

4.6 KB

002 Vagrantfile.url

0.1 KB

003 Running and connecting to our dev server.mp4

10.6 MB

003 Running and connecting to our dev server_en.vtt

2.3 KB

004 Running a Hello World script.mp4

30.5 MB

004 Running a Hello World script_en.vtt

4.8 KB

external-links.txt

0.1 KB

/05 - Creating a Django app/

001 Create Python Virtual Environment.mp4

55.7 MB

001 Create Python Virtual Environment_en.vtt

4.3 KB

001 Virtual-Environment-Docs-.url

0.1 KB

002 Install required Python packages.mp4

36.6 MB

002 Install required Python packages_en.vtt

3.9 KB

002 Python-Package-Index-PyPi-.url

0.0 KB

003 Create a new Django project & app.mp4

12.3 MB

003 Create a new Django project & app_en.vtt

3.0 KB

004 Enable our app in the Django settings file.mp4

8.3 MB

004 Enable our app in the Django settings file_en.vtt

2.6 KB

005 Test and commit our changes.mp4

11.8 MB

005 Test and commit our changes_en.vtt

3.8 KB

external-links.txt

0.1 KB

/06 - Setup the Database/

001 Django-Models-Official-Docs-.url

0.1 KB

001 What are Django Models.mp4

3.2 MB

001 What are Django Models_en.vtt

0.8 KB

002 Create our user database model.mp4

84.7 MB

002 Create our user database model_en.vtt

12.3 KB

002 Django-Model-Fields-Official-Docs-.url

0.1 KB

002 PEP-8-Guidelines.url

0.1 KB

002 Substituting-a-custom-User-model-Official-Docs-.url

0.1 KB

002 models.py.url

0.1 KB

003 Add a user model manager.mp4

60.1 MB

003 Add a user model manager_en.vtt

13.0 KB

003 PEP-8-Guidelines.url

0.1 KB

003 models.py.url

0.1 KB

003 normalize-email-Official-Docs-.url

0.1 KB

004 Official-Django-docs-for-custom-user-model-setting.url

0.1 KB

004 Set our custom user model.mp4

7.0 MB

004 Set our custom user model_en.vtt

1.5 KB

005 Create migrations and sync DB.mp4

32.5 MB

005 Create migrations and sync DB_en.vtt

4.2 KB

external-links.txt

0.9 KB

/07 - Setup Django Admin/

001 Creating a superuser.mp4

29.7 MB

001 Creating a superuser_en.vtt

3.2 KB

001 Django-Admin-Official-Docs-.url

0.1 KB

002 Django-Admin-override-model-name.url

0.1 KB

002 Enable Django Admin.mp4

24.4 MB

002 Enable Django Admin_en.vtt

1.5 KB

003 Official-Django-docs-for-overriding-model-name.url

0.1 KB

003 Test Django Admin.mp4

81.7 MB

003 Test Django Admin_en.vtt

5.2 KB

external-links.txt

0.3 KB

/08 - Introduction to API Views/

001 APIView-Official-Docs-.url

0.1 KB

001 What is an APIView.mp4

7.3 MB

001 What is an APIView_en.vtt

3.2 KB

002 Create first APIView.mp4

44.8 MB

002 Create first APIView_en.vtt

7.4 KB

002 views.py.url

0.1 KB

003 Configure view URL.mp4

25.3 MB

003 Configure view URL_en.vtt

5.9 KB

003 Include-urls-docs.url

0.1 KB

003 Path-function-official-docs.url

0.1 KB

003 URL-Dispatcher-Official-Docs-.url

0.1 KB

003 profiles-api-urls.py.url

0.1 KB

003 profiles-project-urls.py.url

0.1 KB

004 Testing our API View.mp4

9.1 MB

004 Testing our API View_en.vtt

2.4 KB

005 Create a Serializer.mp4

11.4 MB

005 Create a Serializer_en.vtt

4.3 KB

005 Serializer-Fields-Official-Docs-.url

0.1 KB

005 Serializers-Official-Docs-.url

0.1 KB

005 serializers.py.url

0.1 KB

006 Add POST method to APIView.mp4

24.7 MB

006 Add POST method to APIView_en.vtt

8.2 KB

006 Status-Codes-Official-Docs-.url

0.1 KB

007 Test POST Function.mp4

14.0 MB

007 Test POST Function_en.vtt

2.9 KB

007 views.py.url

0.1 KB

008 Add PUT, PATCH and DELETE methods.mp4

19.2 MB

008 Add PUT, PATCH and DELETE methods_en.vtt

4.5 KB

008 views.py.url

0.1 KB

009 Test the PUT, PATCH and DELETE methods.mp4

15.2 MB

009 Test the PUT, PATCH and DELETE methods_en.vtt

3.8 KB

external-links.txt

1.2 KB

/09 - Introduction to Viewsets/

001 What is a Viewset.mp4

8.6 MB

001 What is a Viewset_en.vtt

3.0 KB

002 Create a simple Viewset.mp4

22.2 MB

002 Create a simple Viewset_en.vtt

4.0 KB

002 views.py.url

0.1 KB

003 Add URL Router.mp4

92.6 MB

003 Add URL Router_en.vtt

5.3 KB

003 urls.py.url

0.1 KB

004 Testing our Viewset.mp4

10.7 MB

004 Testing our Viewset_en.vtt

2.6 KB

005 Add create, retrieve, update, partial_update and destroy functions.mp4

20.8 MB

005 Add create, retrieve, update, partial_update and destroy functions_en.vtt

5.8 KB

005 views.py.url

0.1 KB

006 Test Viewset.mp4

16.7 MB

006 Test Viewset_en.vtt

4.2 KB

external-links.txt

0.3 KB

/10 - Create Profiles API/

001 Plan our Profiles API.mp4

5.9 MB

001 Plan our Profiles API_en.vtt

2.4 KB

002 Create user profile serializer.mp4

38.2 MB

002 Create user profile serializer_en.vtt

9.3 KB

002 ModelSerializer-Official-Docs-.url

0.1 KB

002 serializers.py.url

0.1 KB

003 UPDATE Bug in profile serializer.html

2.5 KB

004 Create profiles ViewSet.mp4

14.9 MB

004 Create profiles ViewSet_en.vtt

2.8 KB

004 views.py.url

0.1 KB

005 Register profile Viewset with the URL router.mp4

4.4 MB

005 Register profile Viewset with the URL router_en.vtt

1.5 KB

006 Test creating a profile.mp4

17.7 MB

006 Test creating a profile_en.vtt

4.4 KB

007 Create permission class.mp4

29.0 MB

007 Create permission class_en.vtt

7.2 KB

007 Permissions-Official-Docs-.url

0.1 KB

007 permissions.py.url

0.1 KB

008 Add authentication and permissions to Viewset.mp4

60.2 MB

008 Add authentication and permissions to Viewset_en.vtt

4.1 KB

008 views.py.url

0.1 KB

009 Test new permissions.mp4

45.8 MB

009 Test new permissions_en.vtt

2.8 KB

010 Add search profiles feature.mp4

12.0 MB

010 Add search profiles feature_en.vtt

2.5 KB

010 views.py.url

0.1 KB

011 Test searching profiles.mp4

62.1 MB

011 Test searching profiles_en.vtt

5.1 KB

external-links.txt

0.7 KB

/11 - Create login API/

001 Create login API viewset.mp4

25.6 MB

001 Create login API viewset_en.vtt

4.7 KB

001 urls.py.url

0.1 KB

001 views.py.url

0.1 KB

002 Test login API.mp4

8.2 MB

002 Test login API_en.vtt

2.6 KB

003 Set token header using ModHeader extension.mp4

23.6 MB

003 Set token header using ModHeader extension_en.vtt

6.7 KB

external-links.txt

0.2 KB

/12 - Create profile feed API/

001 Plan profile feed API.mp4

4.6 MB

001 Plan profile feed API_en.vtt

1.8 KB

002 Add new model Item.mp4

31.2 MB

002 Add new model Item_en.vtt

8.4 KB

002 models.py.url

0.1 KB

003 Create and run model migration.mp4

9.8 MB

003 Create and run model migration_en.vtt

2.4 KB

004 Add profile feed model to admin.mp4

2.8 MB

004 Add profile feed model to admin_en.vtt

1.1 KB

005 Create profile feed item serializer.mp4

17.4 MB

005 Create profile feed item serializer_en.vtt

4.8 KB

005 serializers.py.url

0.1 KB

006 Create ViewSet for our profile feed item.mp4

25.1 MB

006 Create ViewSet for our profile feed item_en.vtt

6.0 KB

006 views.py.url

0.1 KB

007 Test Feed API.mp4

12.9 MB

007 Test Feed API_en.vtt

4.6 KB

008 Add permissions for feed API.mp4

29.1 MB

008 Add permissions for feed API_en.vtt

6.1 KB

008 permissions.py.url

0.1 KB

008 views.py.url

0.1 KB

009 Test feed API permissions.mp4

15.1 MB

009 Test feed API permissions_en.vtt

4.0 KB

010 Restrict viewing status updates to logged in users only.mp4

9.6 MB

010 Restrict viewing status updates to logged in users only_en.vtt

2.0 KB

010 views.py.url

0.1 KB

011 Test new private feed.mp4

3.9 MB

011 Test new private feed_en.vtt

1.4 KB

external-links.txt

0.5 KB

/13 - Deploying our API to a server on AWS/

001 AWS-Free-Tier.url

0.1 KB

001 GitHub.url

0.0 KB

001 Introduction to deploying our app to AWS.mp4

4.2 MB

001 Introduction to deploying our app to AWS_en.vtt

1.2 KB

002 Add key pair to AWS.mp4

62.9 MB

002 Add key pair to AWS_en.vtt

3.6 KB

003 AMI-Image-Number.url

0.1 KB

003 Create EC2 server instance.mp4

15.5 MB

003 Create EC2 server instance_en.vtt

3.8 KB

004 Add deployment script and configs to our project.mp4

60.6 MB

004 Add deployment script and configs to our project_en.vtt

14.8 KB

004 deploy.zip.url

0.1 KB

004 nginx-profiles-api.conf.url

0.1 KB

004 setup.sh.url

0.1 KB

004 supervisor-profiles-api.conf.url

0.1 KB

004 update.sh.url

0.1 KB

005 Deploy to server.mp4

41.0 MB

005 Deploy to server_en.vtt

5.3 KB

006 Update allowed hosts and deploy changes.mp4

60.8 MB

006 Update allowed hosts and deploy changes_en.vtt

6.3 KB

external-links.txt

0.7 KB

/14 - Summary/

001 Course outro.mp4

19.7 MB

001 Course outro_en.vtt

2.4 KB

001 Django-Official-Docs-.url

0.1 KB

001 Django-REST-Framework-Official-Docs-.url

0.1 KB

002 FAQs.html

2.7 KB

external-links.txt

0.2 KB

 

Total files 241


Copyright © 2024 FileMood.com