[FreeCourseSite com] Udemy - Build a Backend REST API with Python & Django - Beginner
File List
| File | Size |
|---|---|
| 0. Websites you may like/[CourseClub.ME].url | 122 B |
| 0. Websites you may like/[FCS Forum].url | 133 B |
| 0. Websites you may like/[FreeCourseSite.com].url | 127 B |
| 1. Course introduction/1. Course structure.mp4 | 41.49 MB |
| 1. Course introduction/1. Course structure.vtt | 2.16 KB |
| 1. Course introduction/2. Technologies.mp4 | 44.72 MB |
| 1. Course introduction/2. Technologies.vtt | 5.47 KB |
| 1. Course introduction/3. Vagrant vs. Docker.mp4 | 61.57 MB |
| 1. Course introduction/3. Vagrant vs. Docker.vtt | 3.17 KB |
| 1. Course introduction/4. How to get the most out of this course.mp4 | 22.71 MB |
| 1. Course introduction/4. How to get the most out of this course.vtt | 1.37 KB |
| 1. Course introduction/5. How to get help.mp4 | 29.24 MB |
| 1. Course introduction/5. How to get help.vtt | 1.74 KB |
| 1. Course introduction/5.1 How to ask questions on Stack Overflow (and get answers).html | 151 B |
| 10. Create Profiles API/1. Plan our Profiles API.mp4 | 18.38 MB |
| 10. Create Profiles API/1. Plan our Profiles API.vtt | 2.07 KB |
| 10. Create Profiles API/10. Test searching profiles.mp4 | 79.18 MB |
| 10. Create Profiles API/10. Test searching profiles.vtt | 4.7 KB |
| 10. Create Profiles API/2. Create user profile serializer.mp4 | 163.1 MB |
| 10. Create Profiles API/2. Create user profile serializer.vtt | 8.42 KB |
| 10. Create Profiles API/2.1 serializers.py.html | 130 B |
| 10. Create Profiles API/2.2 ModelSerializer (Official Docs).html | 136 B |
| 10. Create Profiles API/3. Create profiles ViewSet.mp4 | 50.18 MB |
| 10. Create Profiles API/3. Create profiles ViewSet.vtt | 2.47 KB |
| 10. Create Profiles API/3.1 views.py.html | 130 B |
| 10. Create Profiles API/4. Register profile Viewset with the URL router.mp4 | 26 MB |
| 10. Create Profiles API/4. Register profile Viewset with the URL router.vtt | 1.29 KB |
| 10. Create Profiles API/5. Test creating a profile.mp4 | 80.08 MB |
| 10. Create Profiles API/5. Test creating a profile.vtt | 4.04 KB |
| 10. Create Profiles API/6. Create permission class.mp4 | 129.58 MB |
| 10. Create Profiles API/6. Create permission class.vtt | 6.53 KB |
| 10. Create Profiles API/6.1 Permissions (Official Docs).html | 120 B |
| 10. Create Profiles API/6.2 permissions.py.html | 130 B |
| 10. Create Profiles API/7. Add authentication and permissions to Viewset.mp4 | 60.39 MB |
| 10. Create Profiles API/7. Add authentication and permissions to Viewset.vtt | 3.62 KB |
| 10. Create Profiles API/7.1 views.py.html | 130 B |
| 10. Create Profiles API/8. Test new permissions.mp4 | 45.88 MB |
| 10. Create Profiles API/8. Test new permissions.vtt | 26.32 MB |
| 10. Create Profiles API/9. Add search profiles feature.mp4 | 36.59 MB |
| 10. Create Profiles API/9. Add search profiles feature.vtt | 2.26 KB |
| 10. Create Profiles API/9.1 views.py.html | 130 B |
| 11. Create login API/1. Create login API viewset.mp4 | 77.77 MB |
| 11. Create login API/1.1 views.py.html | 130 B |
| 11. Create login API/2. Test login API.mp4 | 49.79 MB |
| 11. Create login API/2. Test login API.vtt | 2.38 KB |
| 11. Create login API/3. Set token header using ModHeader extension.mp4 | 105.71 MB |
| 11. Create login API/3. Set token header using ModHeader extension.vtt | 6.28 KB |
| 12. Create profile feed API/1. Plan profile feed API.mp4 | 14.13 MB |
| 12. Create profile feed API/1. Plan profile feed API.vtt | 1.76 KB |
| 12. Create profile feed API/10. Restrict viewing status updates to logged in users only.mp4 | 31.91 MB |
| 12. Create profile feed API/10. Restrict viewing status updates to logged in users only.vtt | 1.82 KB |
| 12. Create profile feed API/10.1 views.py.html | 130 B |
| 12. Create profile feed API/11. Test new private feed.mp4 | 22.06 MB |
| 12. Create profile feed API/11. Test new private feed.vtt | 1.34 KB |
| 12. Create profile feed API/2. Add new model Item.mp4 | 124.82 MB |
| 12. Create profile feed API/2. Add new model Item.vtt | 7.62 KB |
| 12. Create profile feed API/2.1 models.py.html | 130 B |
| 12. Create profile feed API/3. Create and run model migration.mp4 | 37.99 MB |
| 12. Create profile feed API/3. Create and run model migration.vtt | 2.09 KB |
| 12. Create profile feed API/4. Add profile feed model to admin.mp4 | 17.39 MB |
| 12. Create profile feed API/4. Add profile feed model to admin.vtt | 974 B |
| 12. Create profile feed API/5. Create profile feed item serializer.mp4 | 76.95 MB |
| 12. Create profile feed API/5. Create profile feed item serializer.vtt | 4.16 KB |
| 12. Create profile feed API/5.1 serializers.py.html | 130 B |
| 12. Create profile feed API/6. Create ViewSet for our profile feed item.mp4 | 103.63 MB |
| 12. Create profile feed API/6. Create ViewSet for our profile feed item.vtt | 5.16 KB |
| 12. Create profile feed API/6.1 views.py.html | 130 B |
| 12. Create profile feed API/7. Test Feed API.mp4 | 82.27 MB |
| 12. Create profile feed API/7. Test Feed API.vtt | 4.38 KB |
| 12. Create profile feed API/8. Add permissions for feed API.mp4 | 94.71 MB |
| 12. Create profile feed API/8. Add permissions for feed API.vtt | 5.42 KB |
| 12. Create profile feed API/8.1 permissions.py.html | 130 B |
| 12. Create profile feed API/8.2 views.py.html | 130 B |
| 12. Create profile feed API/9. Test feed API permissions.mp4 | 65.95 MB |
| 12. Create profile feed API/9. Test feed API permissions.vtt | 3.58 KB |
| 13. Deploying our API to a server on AWS/1. Introduction to deploying our app to AWS.mp4 | 16.3 MB |
| 13. Deploying our API to a server on AWS/1. Introduction to deploying our app to AWS.vtt | 1.03 KB |
| 13. Deploying our API to a server on AWS/1.1 GitHub.html | 79 B |
| 13. Deploying our API to a server on AWS/1.2 AWS Free Tier.html | 89 B |
| 13. Deploying our API to a server on AWS/2. Add key pair to AWS.mp4 | 60.04 MB |
| 13. Deploying our API to a server on AWS/2. Add key pair to AWS.vtt | 3.34 KB |
| 13. Deploying our API to a server on AWS/3. Create EC2 server instance.mp4 | 46.53 MB |
| 13. Deploying our API to a server on AWS/3. Create EC2 server instance.vtt | 3.36 KB |
| 13. Deploying our API to a server on AWS/3.1 AMI Image Number.html | 130 B |
| 13. Deploying our API to a server on AWS/4. Add deployment script and configs to our project.mp4 | 168.56 MB |
| 13. Deploying our API to a server on AWS/4. Add deployment script and configs to our project.vtt | 13.17 KB |
| 13. Deploying our API to a server on AWS/4.1 deploy.zip.html | 127 B |
| 13. Deploying our API to a server on AWS/4.2 setup.sh.html | 130 B |
| 13. Deploying our API to a server on AWS/4.3 nginx_profiles_api.conf.html | 130 B |
| 13. Deploying our API to a server on AWS/4.4 update.sh.html | 130 B |
| 13. Deploying our API to a server on AWS/4.5 supervisor_profiles_api.conf.html | 130 B |
| 13. Deploying our API to a server on AWS/5. Deploy to server.mp4 | 70.2 MB |
| 13. Deploying our API to a server on AWS/5. Deploy to server.vtt | 4.67 KB |
| 13. Deploying our API to a server on AWS/6. Update allowed hosts and deploy changes.mp4 | 76.17 MB |
| 13. Deploying our API to a server on AWS/6. Update allowed hosts and deploy changes.vtt | 5.49 KB |
| 14. Summary/1. Course outro.mp4 | 36.81 MB |
| 14. Summary/1. Course outro.vtt | 1.98 KB |
| 14. Summary/1.1 Django (Official Docs).html | 100 B |
| 14. Summary/1.2 Django REST Framework (Official Docs).html | 98 B |
| 2. Setting up your development environment/1. Windows Installing Git, VirtualBox, Vagrant, Atom and ModHeader.mp4 | 124.76 MB |
Trackers
No trackers found.