Learn React JS, Python Django by Creating a Full-Stack Web App from Scratch

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
--------------------

Welcome to this course on Fullstack web development using React JS for front end, Python Django for backend and
SQLite for the database.
You will learn how to add navigation menu with routing in react, display data in bootstrap table, add modal pop up window with
dropdowns and date pickers. Also learn how to upload photo and store it in the backend server.
Рекомендации по теме
Комментарии
Автор

Code For React 18:
<Routes>
<Route exact path="/" element={<Home/>} />
<Route path="/department" element={<Department/>} />
<Route path="/employee" element={<Employee/>} />
</Routes>

thiagobarso
Автор

(15:55) the department field in the Employee class should be a foreign key field, not a char field. Not sure if this gets corrected later, otherwise this would be really bad design.

DominikButz
Автор

Can i change sqlite with mysql? thanks

jvanderhorst
Автор

super knowledgeable video thank you so much from India

AmarjeetKumar-yhsp
Автор

Amazing tutorial! I have a problem though when I am trying to get my added department I don't see the added element and the same in SQLite even if my POST request returns with a status 200OK ''Added successfully"...does anyone has any idea why?

corneliacalarasiu
Автор

This was a great quick tutorial for the integration of different technologies, My application is complete for some reason its styling is different. I'm new to ReactJS & I see my tabs are not getting highlighted and even the Add Department button is not perfectly aligned as shown in the video, it's always on the right side of table or upon some styling it goes away from columns like bottom left, anyone encountered similar issue ?

Автор

I appreciate your efforts but what about server side rendering
react doesn't support it out of the box
without SSR google crawlers won't index your website....
do you have any idea how to acheive it using django server
Allmost all of the youtube tutorials instruct on making a node server....

vikhyatverma
Автор

well the video but some pieces are missing, if you don't have a perfect knowledge of React it doesn't work:
It's too quick. it's not possible to teach a application with Django, DRF and React in 1 hour.
It lacks the integration between Django and React too

enricosaccheggiani
Автор

on clicking edit button in modal popup the correct department name its not fetching, its showing last department name itself .

coolgirlsharu
Автор

I am getting this error when I try to run the server. from django.conf.urls import url, include
ImportError: cannot import name 'url' from 'django.conf.urls'

muthalalym
Автор

well, I caught you!! what went on between 13:03 and 13:04. you added and 'rest_framework' to the 'INSTALLED_APPS'. what else did you do in between??

damilola_adegunwa
Автор

Sir plz send me your udemy link I want to buy this course plzz and your way of teaching style is marvelous

jagadeeshkumarmopidevi
Автор

Are you using text to speech conversion in this video?

madanmalhotra
Автор

Received: No module named 'pytz' after 'makemigrations' command...

"pip install pytz" solved it for me.

realjuancho
Автор

I swear I did exactly as the vid shows. But the column department of employee table doesn’t migrate into the sqlite, anyone knows what happens?

anzhemeng
Автор

ImportError: cannot import name 'url' from 'django.conf.urls'


My error :(

karlbacon
Автор

Plz help me this error '(myenv) manage.py makemigrations EmployeeApp
No installed app with label 'EmployeeApp'.

hitmanvp
Автор

TypeError: Cannot destructure property 'deps' of 'this.state' as it is null.

alexbalak
Автор

Hi It appears that the POST input for employee db table returns failed. I have looked at your code and throughout mine but not sure why even getting 200OK. Any ideas?

sekhmet
Автор

Great tutorial! Much better than that fking "programming with mxxh"

yiyi-zrto