Hello sir, i am currently working on an employee page too but it doesn't use react. Do i just skip the first phase and create the server folder. A quick response will be much appreciated
Hello sir , when i am entering the data into the employee table then the data is not going to the database...but the image is storing the Public/Image folder.please help
The code works fine and the token gets deleted when I logout. But if I refresh any page while logged in then the token doesn't get deleted upon logging out and it redirects to dashboard url with a white blank page. Any idea why?
hi, while i was following the guide step by step it seems that the login background page isn't updated and shows a white background on the page at 20:22 can you help please?
He forgot to import the background image for the login page. Try the import function for the "image" you want to your login page and set the proper file path directory. ``` import './file path' ```
Guys who are not getting server running open new terminal and run backend int this way cd Server,npm install,node index.js then your server will be running.
Sir, I'm getting an alert message"your localhost5173 says = [object object]" when I am adding(when i clicked on submit button) a new employee in the Add employees form. How can I solve that error? Please help Sir. tomorrow is my project submit day kindly reply sir,
HI It is returning me false while login, showing the following below when the API is getting hit:- {loginStatus: false, Error: "Wrong error or password"} Error : "Wrong error or password" loginStatus : false
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(`id` INT NOT NULL AUTO_INCREMENT , `name` VARCHAR(30) NOT NULL , PRIMARY KEY...' at line 1 how to solve this error when i create category table on phpmyadmin
For the node part you have tools like render or railway. For the database if you are forced to work with mysql you can use AWS RDS, is free the first year.
Hi, ... I needed to change the database to Postgree . In the user registration file I have the following problem: "categoria.map is not a function" ... How to solve ?
Hey hiiiii , i have to do certain modifications to this, pls let me know if you are available to help me guide through them, kind of on a deadline here :( Thanks you :)
50:11 After login the page is not navigating to DashBoard page what can I do? and I did not get anything in console after database connection please help me out
@@codewithyousaf I have completed this project long ago. but now when I am trying to login again it is saying Query Error. Can you tell me what are the possibilities for this error?
i have watched this part one video 10 times but one item not understanding while clicked any side item link then sidebar bar going hide ..please guide me what is issue.
thanks man
Hii sir ...are you completed this project ?
Incase you complete this project plz help me sir ...add employee shows error how to solve it ?
Yhi tih dund rha hu itne time se, thakyou
Can you explain how you designed the database?
Sir kindly create students record management system series
What a great video! could you provide the instructions to make the frontend production ready? is it "npm run build" ? how can it be deployed?
I will publish a video in next days.
Exactly what I needed! Thank you very much!
Me too
Many thanks you! This is exactly what I have been looking for.
Hii sir...this project while running the code in vscode it face npm error ,how to solve this error sir ?
Bro please quickly upload part 2
You know i need this project so please upload 2 part bro
Ok I do it
@@codewithyousaf and when are you likely to upload part 2 bro
@@rossinimulenga1567 That is uploaded check bro
how about part3?
very nice teaching, need part 3
Hello sir, i am currently working on an employee page too but it doesn't use react. Do i just skip the first phase and create the server folder. A quick response will be much appreciated
you can clone the repository and check the server side code.
Exactly what I needed! Thank you 1000000000 very much!
Hii sir...this project while running the code in vscode it face npm error ,how to solve this error sir ?
Hello sir , when i am entering the data into the employee table then the data is not going to the database...but the image is storing the Public/Image folder.please help
Thanks so much, I appreciate you.😊😎
I am getting error while generating cache, how can i resolve it.
bhai sahab ap great ho
While editing employee, the category section is not updating, instead the default category is coming. For example "IT". Please help
u do a super generous job!!!
Do you have the er diagram for the same
Hello sir when i do jwt part it show me connection error in terminal
Thank you for the good job well executed !
Hii sir...this project while running the code in vscode it face npm error ,how to solve this error sir ?
This video Helped me a lot. Thanks. I have an issue. I can run in localhost. But not allow to access with virtualhost. Please help me to host ..
Build admin can delete and create users
will part 3 release?
The code works fine and the token gets deleted when I logout. But if I refresh any page while logged in then the token doesn't get deleted upon logging out and it redirects to dashboard url with a white blank page. Any idea why?
Can you make a video tutorial for deployments in this app😢
thanks ... simply speaking
hi, while i was following the guide step by step it seems that the login background page isn't updated and shows a white background on the page at 20:22
can you help please?
He forgot to import the background image for the login page. Try the import function for the "image" you want to your login page and set the proper file path directory.
``` import './file path' ```
Axios network error how Clear the error
the login page component is at the top left corner of the page how can i bring it in the middle
use CSS code or bootstrap.
Bhai firebase k sath v ek project bna kr deploy kro na...
how did you manually typed data in table on time 34:24
extra option is not showing in database????
Guys who are not getting server running open new terminal and run backend int this way cd Server,npm install,node index.js then your server will be running.
I need how to run the server when user id and password is displaying in terminal 38.01s because server running is not shown for me
I didn't show server running in terminal
Sir, I'm getting an alert message"your localhost5173 says = [object object]" when I am adding(when i clicked on submit button) a new employee in the Add employees form. How can I solve that error? Please help Sir. tomorrow is my project submit day kindly reply sir,
You slove this error or not ?
I'm having same issue, can anyone please help with a solution
which xampp version do you use in this project
its better to use sql workbench
Jwt token is not being generated and shown in Cookie. What should I do? Please help
do we have db migrations in node js?
thanks for the tutorial
Hi can i know how to add leave option in this
please make one MSQL crud operation video
thank you sir but how to run existing vite+react app in vs code?
sir when executing react index.js its coming ,address execution error and code is not running nor displaying the website
31:21 how did you save the admin id and password in the database... Mine is not showing...
At this time I just added admin record manually to the database for testing.
@@codewithyousaf ok thank you !! that means a alot
I want to add employees check in check out features so that employee can check in and check out.. can i get help for this ?
@@divyadalvi2822you complete this project.after admin details entered server is not running in terminal what can do
Is there any part that you do part of the dashboard?
Where is the part where it makes the dashboard?
Nice man keep it up..
pls include more features
To solve the filename is undefine add encType="multipart/form-data" to your form component i.e.
thanx bro 🙏 i was literally struggled for 2-3 hours
Without command how to run application this in windows server
thank you very much
after creating admin login for me to login is not working and its giving login error please help me
HI
It is returning me false while login, showing the following below when the API is getting hit:-
{loginStatus: false, Error: "Wrong error or password"}
Error
:
"Wrong error or password"
loginStatus
:
false
can you show the how to create images out of it and push into docker hub
sir , at the of login query error show ho Raha he, bahot try Kia nahi solve ho raha he
I am not getting server running what to do
I have followed the video step by sep but i cannot get to display my categories despite having them stored in MySQL. What could be the issue?
Check the query and the frontend map function the name of column should have same to database name like
category.map((c)=> c.name)
To a level of learning
The command npm create vite not working
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(`id` INT NOT NULL AUTO_INCREMENT , `name` VARCHAR(30) NOT NULL , PRIMARY KEY...' at line 1
how to solve this error when i create category table on phpmyadmin
Where can we deploy the node js with mysql database for free
For the node part you have tools like render or railway.
For the database if you are forced to work with mysql you can use AWS RDS, is free the first year.
while enter mail id and password then getting following error.
please give advice
Hi, ... I needed to change the database to Postgree . In the user registration file I have the following problem: "categoria.map is not a function" ... How to solve ?
in the usestate, your category must have an array sign:[ ] ie. const[category, setCategory]=useState([ ])
Hey hiiiii , i have to do certain modifications to this, pls let me know if you are available to help me guide through them, kind of on a deadline here :(
Thanks you :)
@codewithyousaf, how canwe get the code of this project brother?
what about Part 2 brother please reply Fast my deadline is at 8
Bro how to run it😢
whats happening from 28:45 to 31:40?
Can Anyone Tell me how to run this After Download from Git
can anyone tell how to run this code in vs code
Great
Hi are you in linkedin, can you share..
50:11 After login the page is not navigating to DashBoard page what can I do? and I did not get anything in console after database connection please help me out
did you get it work, and can u tell at 36:46 are u getting the server running message after connecting to xampp
@@gaganm6593 Did your problem get solved then please help me
Sir, I'm getting a "Query Error" after adding a category in the Add Category form. How can I solve that error? Please help Sir😢
I have uploaded the source code you can check that.
para mim continua com o mesmo problema
@@codewithyousaf I have completed this project long ago. but now when I am trying to login again it is saying Query Error. Can you tell me what are the possibilities for this error?
@@_studydiaries
maybe Database error.
check if your apache and mysql server is running
server is not visible
Tank you !
estou tendo erro de undefined quando insiro um novo funcionário, alguém pode me ajudar, por favor?
Please use mongodb database
watch other project on my channel using mongodb
I m going through this video,
46 min here showing axioserror and network error can anyone tell what to do
Did you get any solution if yes please help
appreciate it
Bro where jwt token verification
Source code kaise download karw
31.23 not getting the same page
Do check some import statements might be missing
Bro please I dont know how you moved on 31:17 to 31:21 just the two seconds bro please help me out.
I have inserted the admin record manually. I stopped the video when I was inserting the record.
@@codewithyousaf Then how do I do that ?
@@rossinimulenga1567 ua-cam.com/video/WmFHreVid-k/v-deo.html
@@rossinimulenga1567 select edit and type manually.
@@rossinimulenga1567 entra no phpmyadmin e faz manualmente
i have watched this part one video 10 times but one item not understanding while clicked any side item link then sidebar bar going hide ..please guide me what is issue.
That will CSS or Bootstrap problem. For hint you have the code repository.
Give repository link
Bro bro please post mongo db version
I will create it with MERN Stack OK
GUYS IT DOESNT WORK DONT WASTE TIME
Areyy u tried
It works bro , and the explanation is also easy and to the point, I am at 2 hr 30 min
Watched complete video and it was great
need help
I am not able to add manually data on the database the extra option is not showing to me ...
Sir I did the same but public and src folder not showing what can I do
i got a problem, when i re-open the project on a another through vs code i cant go live why is that, please help me
Hi sir I am having a connection error while running my server side how to solve that
Once enter the admin details.server is running its not displayed terminal what can do
Probably you haven't started your xampp server , you need to start it every time when you have to use the the project