Тёмный

Python Django + MongoDB CRUD API Tutorial 

Art of Engineer
Подписаться 64 тыс.
Просмотров 54 тыс.
50% 1

Code and Github : art-of-engineer.blogspot.com/...
Related Tutorials:
--------------------
React JS + Python Django + SQLite full-stack app
• React JS + Python Djan...
--------------------
React JS + .NET Core Web API + Microsoft SQL full stack app
• React JS + .NET Core W...
--------------------
.NET Core API + Vue JS + Microsoft SQL full-stack web app
• .NET Core API + Vue JS...
--------------------
ASP .NET Core Web API + Microsoft SQL CRUD APIs
• ASP .NET Core Web API ...
--------------------
ASP .Net Core Web API + MySQL | CRUD APIs Tutorial
• ASP .Net Core Web API ...
--------------------
.NET Core Web API + PostgreSQL | CRUD APIs
• .NET Core Web API + Po...
--------------------
.Net Core Web API + MongoDB CRUD APIs
• .Net Core Web API + Mo...
--------------------
Python Django + SQLite | REST APIs
• Python Django + SQLite...
--------------------
Python Django + PostgreSQL | REST API Tutorial
• Python Django + Postgr...
--------------------
Python Django + MySQL CRUD API Tutorial
• Python Django + MySQL ...
--------------------
Python Django + MongoDB CRUD API Tutorial
• Python Django + MongoD...
--------------------
Python Django + Microsoft SQL Server CRUD API Tutorial
• Python Django + Micros...
--------------------
In this video, we will see how to create CRUD APIs using Python Django as backend and MongoDB for database.

Опубликовано:

 

29 июн 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 36   
@Accenture-code
@Accenture-code 2 года назад
Dude thanks a lot for such a detailed explanation, ur knowledge of command are too good .
@code-with-vivek
@code-with-vivek 11 месяцев назад
Very well explained in a step by step approach. Really helpful, thank you.
@AJ-0223
@AJ-0223 Год назад
Hi your videos explained in details so thanks for that... Also I wanted you please make videos on django + AWS services(Lambda, Glue(ETL), S3 bucket) + (vuejs, reactjs)
@cl8109
@cl8109 2 года назад
Thank you !!
@user-gj6pe4jd1f
@user-gj6pe4jd1f 10 месяцев назад
Save my day! Thanks a lot One question in the min 13:16 when you do the def departmentApi(request, id=0): the forward if now can be done with a match (it's like a switch) no?
@suryaprakash428
@suryaprakash428 3 месяца назад
Nice tutorials this is what am looking for... can you make video how parent child relationship model works in mongodb
@devstuff92
@devstuff92 2 года назад
7:38 Why did you create departmentID in the Departments Model? I thought django does that for you automatically
@phatngqn
@phatngqn 2 года назад
sorry, i expect an attribute in model class to be list of string value, what kind of field can i use in models object ?
@keshavdk3080
@keshavdk3080 2 года назад
Thank you for this explanation . When we run python manage.py runserver , we can see db.sqlite3 will be created . Can i know what is sqlite3 here because there is also Mongo DB. Does the image saved will be in Database or only the folder inside project?
@arifshariar5290
@arifshariar5290 2 года назад
db.sqlite3 is the default database provided by django framework. You can work with this without specifying or adding any specific database out of the box
@keshavdk3080
@keshavdk3080 2 года назад
@@arifshariar5290 ok, thank you
@2005Azm
@2005Azm 3 года назад
Ones again a outstanding tutorial!!!! Is it possible to make a WiForms UI consume this API or a simple CRUD with it ?
@ArtofEngineer
@ArtofEngineer 3 года назад
Yes, more tutorials coming soon
@2005Azm
@2005Azm 3 года назад
@@ArtofEngineer Thank you very much!! That would be great!
@zahraemamipour550
@zahraemamipour550 Год назад
Why did you define a departmen model while it is not using in employee as a foreing key? How I can do that?
@UilanSSouza
@UilanSSouza Год назад
Very Nice but I have a question. where is the admin django? How is the visualization in the admin? since the data is not structured so i have this question
@mycode0
@mycode0 2 года назад
Why would you use mongo db instead of relational db in this case? I am just wondering
@amardiep
@amardiep Год назад
Why you are commenting we are wondering 😂
@tienlequang8065
@tienlequang8065 2 года назад
Hi, I use Window 10, and in step :"django-admin start project ". then miss : "'django-admin' is not recognized as an internal or external command, operable program or batch file. ". I try any ways, but it's fail. Can you help me :( .
@jamesdaniels6134
@jamesdaniels6134 2 года назад
I had to reinstall python (doesn't take long). There's a box you need to tick that says something about PATH. It's in this tutorial.
@abdullahrashid9745
@abdullahrashid9745 Год назад
`python -m django` is the better way of doing it
@subornosamanta
@subornosamanta 2 года назад
Please add the github link. The above link is having errors.
@ArtofEngineer
@ArtofEngineer 2 года назад
updated link. please check now
@sabithasabitha135
@sabithasabitha135 Год назад
Not connection between compass and cluster
@codeman0101
@codeman0101 Год назад
Anyone? NotImplementedError: Database objects do not implement truth value testing or bool(). Please compare with None instead: database is not None
@rengginang1595
@rengginang1595 Год назад
yeah me too
@user-hi7yl3nf3f
@user-hi7yl3nf3f 2 года назад
while doing python manage.py makemigrations EmployeeApp, getting this error: NotImplementedError: Database objects do not implement truth value testing or bool(). Please compare with None instead: database is not None
@abdullahrashid9745
@abdullahrashid9745 Год назад
Pymongo version is unsupported. Use an earlier version 3.12.1.
@user-hi7yl3nf3f
@user-hi7yl3nf3f Год назад
@@abdullahrashid9745 ok thanks
@codeman0101
@codeman0101 Год назад
same error.
@user-xt3km2pm4w
@user-xt3km2pm4w Год назад
pymongo.errors.InvalidURI: Username and password must be escaped according to RFC 3986, use urllib.parse.quote_plus what kind of error this is if anyone know means please help me
@kai01234
@kai01234 11 месяцев назад
@@abdullahrashid9745 I've installed pymongo 3.12.0, it works. Thanks a lot
@nineinchnail3382
@nineinchnail3382 2 года назад
Using djongo is terrible idea.
@abdullahrashid9745
@abdullahrashid9745 Год назад
Well can you explain why?
@utkarshsaxena4946
@utkarshsaxena4946 Год назад
@@abdullahrashid9745 lots of compatibility issues occurs... Since django ORM is designed for relational databases... And Mongo isn't one...
@ThiPham-rh6mp
@ThiPham-rh6mp Год назад
err: django.db.utils.DatabaseError help me
Далее
Django REST Framework - Build an API from Scratch
40:39
Watch This Before Using Django With MongoDB
9:18
Просмотров 40 тыс.
Incredible Wheel Restoration Process 🚙
01:00
Просмотров 2,1 млн
small vs big hoop #tiktok
00:12
Просмотров 4 млн
Why You NEED To Learn FastAPI | Hands On Project
21:15
Просмотров 148 тыс.
Python Django + PostgreSQL | REST API Tutorial
25:12
Просмотров 54 тыс.
MongoDB in Python - NoSQL Document Database
24:33
Просмотров 41 тыс.
Django Rest Framework for Beginners - Simple CRUD API
14:22
Create A Python API in 12 Minutes
12:05
Просмотров 564 тыс.
Django API Authentication using JWT Tokens
37:06
Просмотров 168 тыс.
Django Rest Framework | Serializers & CRUD
22:40
Просмотров 379 тыс.