Тёмный

Master React and Node: Build Full Employee Management System (part 2) 

Code With Yousaf
Подписаться 32 тыс.
Просмотров 20 тыс.
50% 1

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

 

26 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 52   
@davidwesh4123
@davidwesh4123 7 месяцев назад
Thank you very much Sir this was my first full Stack application.
@kaushalyaperera1969
@kaushalyaperera1969 18 дней назад
THank you lot of..I learn lot of thing.
@khanzarin9960
@khanzarin9960 Месяц назад
very greatful for the content Sir
@bgmi.shubham
@bgmi.shubham 6 месяцев назад
amazing project i am using it as base and will add my functionality as well
@sareh8091
@sareh8091 5 месяцев назад
Doing good work
@_studydiaries
@_studydiaries Год назад
Your lecture was really helpful. I created my 1st project successfully thank you so much. But I wanted to ask how to make this project responsive?
@Nithiyashree-ju8hk
@Nithiyashree-ju8hk 3 месяца назад
dhanyavaadh baiya😁😁
@Titan-ey2wj
@Titan-ey2wj 7 месяцев назад
hello , plz u need to make a 3rd video fixing some stuff like employee role and admin. hosting... thnk you 💜
@geofreymatto6710
@geofreymatto6710 День назад
thank, make this again in MVC
@NightmareNarrativesByNilesh
@NightmareNarrativesByNilesh Месяц назад
Sir you didn't use context or other state management, because to implement protected rote it is not safe to use the localstorage, and can we use to do all stuff using context like login logout and all please guid
@codewithyousaf
@codewithyousaf Месяц назад
I will upload updated video tomorrow
@NightmareNarrativesByNilesh
@NightmareNarrativesByNilesh Месяц назад
@@codewithyousaf thank you sir :)
@amplejohnny
@amplejohnny Месяц назад
How can i host it? How do i connect my database, keep getting "The Serverless Function has crashed" what do i do?
@sandyechon5608
@sandyechon5608 Год назад
Please part 3
@ABHUB-TV
@ABHUB-TV 11 месяцев назад
Thank you very much for this but can we show us how to deploy this , Especially since it Xampp server
@Titan-ey2wj
@Titan-ey2wj 7 месяцев назад
thank you so muh for this great video. can u plz make a video of how to host it on github since it has a local mysql database so how github will handle it and what we should add to the db definition in noe bcz it is local so how github will handle this?
@NightmareNarrativesByNilesh
@NightmareNarrativesByNilesh Месяц назад
And sir one problem if we login as employee then also we can go to the admin dashboard but should not happen, so how can we fix it
@codewithyousaf
@codewithyousaf Месяц назад
No, we can not access admin for employee check your role or role base management once again.
@NightmareNarrativesByNilesh
@NightmareNarrativesByNilesh Месяц назад
@@codewithyousaf ok sir
@educationpurpose-o2n
@educationpurpose-o2n 7 месяцев назад
please attendence of the employee as well in this project
@FaizaShakeel
@FaizaShakeel 2 месяца назад
Hello Sir, Its just a website or mobile application also?
@photossave5743
@photossave5743 5 месяцев назад
Did we use JWT for token authentication?
@codewithyousaf
@codewithyousaf 4 месяца назад
I used JWT but we have other libraries also like: OAuth2 · Passport ...
@sivasundharv9672
@sivasundharv9672 2 месяца назад
are we able to add admin or it contain only one admin
@lakhvirsingh2003
@lakhvirsingh2003 10 месяцев назад
Thanks for this wonderful project can u pl tell me how to connect mssql database instead of mysql
@mirazh8216
@mirazh8216 9 месяцев назад
how can we implement a role in the database not hard-coded?(role column in database)
@SachithaDissanayake
@SachithaDissanayake Месяц назад
why my new database not connecting to the app
@romanmessineo
@romanmessineo Год назад
HI! How can the employee category be visualized in 'employee_detail'?
@codewithyousaf
@codewithyousaf 11 месяцев назад
use JOIN to return both tables data employee and category.
@ABHUB-TV
@ABHUB-TV 11 месяцев назад
Thank you very much for this but can we show us how to deploy this
@cheangcarrey
@cheangcarrey 8 месяцев назад
part 3 please !
@shabnam9519
@shabnam9519 10 месяцев назад
When I logged in as admin, then if I visit localhost:3000/employeeDetail/1 then , I see employee 1's information. When I logged in as employee, then if I visit localhost:3000/dashboard or localhost:3000/dashboard/create then , I see admin's page. But I want to protect them. Like when I logged in as admin, if I visit localhost:3000/employeeDetail/1 then it must show you don't have access & Like when I logged in as employee, if I visit llocalhost:3000/dashboard or localhost:3000/dashboard/create then it must show you don't have access. How to do that ? please post video on that too. or mention the answer in comments
@asmaelayali4417
@asmaelayali4417 10 месяцев назад
Hey plz can you explain how to add a category name into employee detail in jointure i need it plz
@codewithyousaf
@codewithyousaf 10 месяцев назад
For getting category name you should use join query to return from two tables.
@berkcerit3592
@berkcerit3592 8 месяцев назад
All of good thank you everything but this is not role based authentication when we can login with employee we can acces the admin panel how can ignore this
@Titan-ey2wj
@Titan-ey2wj 7 месяцев назад
u can use protected routes like he did but u can set new one for the admin and set its value to true for admin and false for employee when loged in so he cant access the other parts ...
@dasha.edits1143
@dasha.edits1143 3 месяца назад
Hello can you make a hotel management system ❤
@arohigupta6274
@arohigupta6274 4 месяца назад
Sir please upload 3rd part
@Roozikhan565
@Roozikhan565 11 месяцев назад
@jwilliams1953
@jwilliams1953 11 месяцев назад
Thank you for a great tutorial. I have managed to follow this and the admin section is fully functional. The issue I have is the Employee login does not start the login in process but does not throw any errors, it just stalls. I have checked my code against the source code. Any ideas?
@jwilliams1953
@jwilliams1953 11 месяцев назад
Further to this, Ive worked out I need to be registered as both an admin and employee to be able to log into the employee section
@emmanuellekondou6337
@emmanuellekondou6337 8 месяцев назад
part 3 please
@Abhisheksdt
@Abhisheksdt 3 месяца назад
where is the database file.
@_studydiaries
@_studydiaries Год назад
Sir, after doing everything, when I started it again, the terminal was showing an error: "Server is running connection error". What should I do?
@codewithyousaf
@codewithyousaf Год назад
The error is in connection with database. which db u r using
@jacobhagan553
@jacobhagan553 4 месяца назад
install mysql2 as a dependency in the server folder
@DineshKumar-gp9yd
@DineshKumar-gp9yd Год назад
Bro built admin only can create username and password management system Like school management system
@emmanuellekondou6337
@emmanuellekondou6337 8 месяцев назад
there is no sequel?😭
@BCSAJITHAV
@BCSAJITHAV 6 месяцев назад
Hi sir.. can you please provide the db file
@vikaspattar9804
@vikaspattar9804 Год назад
can u please host it?
@dhanrajgedam1382
@dhanrajgedam1382 6 месяцев назад
You are GOD ❤
Далее
Rate our flexibility 1-10🔥👯‍♀️😈💖
00:12
Китайка и Красивые Глаза😂😆
00:20
Думайте сами блин
18:15
Просмотров 560 тыс.
ITZY 예지한테 AI 메이크업하기💖 #shorts
00:23
Why does JavaScript's fetch make me wait TWICE?
6:23
Просмотров 196 тыс.
Viral Video of a Man's Crazy Job Interview
16:02
Просмотров 1,5 млн
How Fast Can I Fill My Inbox?
13:30
Просмотров 367 тыс.
Rate our flexibility 1-10🔥👯‍♀️😈💖
00:12