Python Django + MongoDB CRUD API Tutorial

preview_player
Показать описание
Related Tutorials:
--------------------
React JS + Python Django + SQLite full-stack app
--------------------
React JS + .NET Core Web API + Microsoft SQL full stack app
--------------------
.NET Core API + Vue JS + Microsoft SQL full-stack web app
--------------------
ASP .NET Core Web API + Microsoft SQL CRUD APIs
--------------------
ASP .Net Core Web API + MySQL | CRUD APIs Tutorial
--------------------
.NET Core Web API + PostgreSQL | CRUD APIs
--------------------
.Net Core Web API + MongoDB CRUD APIs
--------------------
Python Django + SQLite | REST APIs
--------------------
Python Django + PostgreSQL | REST API Tutorial
--------------------
Python Django + MySQL CRUD API Tutorial
--------------------
Python Django + MongoDB CRUD API Tutorial
--------------------
Python Django + Microsoft SQL Server CRUD API Tutorial
--------------------
In this video, we will see how to create CRUD APIs using Python Django as backend and MongoDB for database.
Рекомендации по теме
Комментарии
Автор

Dude thanks a lot for such a detailed explanation, ur knowledge of command are too good .

Accenture-code
Автор

Very well explained in a step by step approach. Really helpful, thank you.

code-with-vivek
Автор

7:38 Why did you create departmentID in the Departments Model? I thought django does that for you automatically

devstuff
Автор

Nice tutorials this is what am looking for... can you make video how parent child relationship model works in mongodb

suryaprakash
Автор

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?

MarioHerrero-nd
Автор

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?

keshavdk
Автор

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

UilanSSouza
Автор

Why did you define a departmen model while it is not using in employee as a foreing key?
How I can do that?

zahraemamipour
Автор

Ones again a outstanding tutorial!!!! Is it possible to make a WiForms UI consume this API or a simple CRUD with it ?

Azm
Автор

sorry, i expect an attribute in model class to be list of string value, what kind of field can i use in models object ?

phatngqn
Автор

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)

AJ-
Автор

Please add the github link. The above link is having errors.

subornosamanta
Автор

Hi, I use Window 10, and in step :"django-admin start project <name of the 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 :( .

tienlequang
Автор

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

-sx
Автор

Why would you use mongo db instead of relational db in this case? I am just wondering

mycode
Автор

Anyone?
NotImplementedError: Database objects do not implement truth value testing or bool(). Please compare with None instead: database is not None

codeman
Автор

Not connection between compass and cluster

sabithasabitha
Автор

err: django.db.utils.DatabaseError help me

ThiPham-rhmp