Master Detail CRUD with React JS & Asp.Net Core Web API | Restaurant App Project

preview_player
Показать описание
🍒 Related Videos

🚀 Udemy Course on React Hook Form (Popular React Form Library)

📂 GitHub Repository

💖 Channel Support

💌 For Business Inquiries

🚶‍♂️ Follow us

---

Discussion @ Time :
____________________________________
0:00:00 - Introduction.
0:02:51 - Create React js App. & App Structure.
0:08:37 - Install Material UI.
0:10:15 - Design a Form for Master (Order Summary).
0:57:43 - Populate Customer DropDown with the Collection from the API.
1:01:31 - Make HTTP Request to Web API from React JS & Enable CORS.
1:14:36 - Add Component to list and search all food items.
1;27:44 - Select Food Items to the Order.
1:34:30 - Create Component to List Select Food Items and managing them.
1:56:22 - Calculate Order Grand Total.
2:01:18 - Form Validation.
2:10:05 - Create an Order or Submit an Order.
2:13:17 - Retrieve and Display existing Order.
2:27:16 - Update an entire Order.
2:54:12 - Notification Component.
2:58:11 - Delete an entire Order.

#CodAffection #ReactJS #MasterDetail
Рекомендации по теме
Комментарии
Автор

Can you please add the Authentication and Authorization feature...Anyway that was a great tutorial. Keep it up

quabhi
Автор

Can I able to use local storage with this project??

diwyanshukanthwal
Автор

If you want to generate the app-structure.txt in window you can simply run this in the root of your app

tree /F /A > app.structure.txt

/F = show file names
/A = use ASCII
> pipe the result to file

andrearafanelli
Автор

Can you make a tutorial for Authentication (login, register, admin dashboards) with React and .NET Core ? nice content btw

psymannizback
Автор

I'm not joking, you are one of the best Professors I've ever had.

Youngs
Автор

very good tutorial, please include the different ways of debugging the react Apps in your trainings, so that we can learn how can we debug professionally

odoolabs
Автор

Can you please teach us how can we publish the react application in IIS server(separately) not with asp.net core application

huvachupoke
Автор

So the one critique I have with this video is the editing and quick cuts. Yes you mention slowing it down but that would make for a worse user experience. I think slight pausing and scrolling up and down instead of simply cutting would allow for a better user experience.

DanceManAlex
Автор

how come you know every tech stack? It's really impressive.
While you are at it, would you also consider covering Java Spring and Spring Boot?

jackfrost
Автор

Where do you normally deploy the solutions for both React and .netcore?

jonathanarturo
Автор

excuse me, how can i send from react a formData array ( example: objecto { id: 1, description: "description", categories: { 0: [ id:1, name: 'category', file: file{...} ], 1: [ id: 2, name: 'category2', file: file{...} ] } } this is because i want to send to the server a pdf file, with a [FromForm]
how can I converto from object to formData object the arrays of categories

GERA
Автор

I developed POS software with vb net and Sql. I got a chance to create Sales order using web application.. VB net seems very old, not getting good salary in india..
Which will i go for backend (golang or python or node js) ???

zulfiqar
Автор

Hi, Thanks for your efforts. I'm about 40mins into the video, but when i run (start) the codes nothing is displayed in the browser. I've tried all i can, i'm new with reactjs. Please help.

kayodefagbemi
Автор

I loved your video, sent you for a cup a coffee, my only complaint is your code font.

ldcb
Автор

Did you have any food ordering project using asp net core Web api and react. I need this type of project if you have reply me

RAUSHANKUMAR-eflr
Автор

Thank you so much for the step by step explanation, the way you demostrate so attractive and informative,
I m working on a sample app and thought about sharing some info if it is useful to someone else

Required to install @emotion/styled & @emotion/react if encounter an error

ruwanithanu
Автор

Thanks the video is so useful can you please make a new video to explain Authentication and authorization with the JWT token with .net core?

abdulwahidshafayee
Автор

Thanks for great video!! Just curious... I am understanding you are using Kite, would you know how it compares with TabNine? It is similar tool, right?

kroloskar
Автор

This Tutorial Help me to level up my Coding Thanks.... CodeAffection

worldsgamesguider
Автор

great video bro! i have an idea for the next, maybe a bug/issue tracker? it's very useful

ErichVinicius