DCodeMania
DCodeMania
  • Видео 252
  • Просмотров 3 221 936
13 - Build Full Authentication And Post Management System | Node, Express, MongoDB & EJS
Hello friends!
Welcome to my comprehensive tutorial on building a full authentication system with post management functionality using Node.js, Express, MongoDB, and EJS!
In this tutorial, you will learn the following:
- Changing anchor tag to form post method for delete a post.
- Handling post request to delete a post from database.
- Removing post id from users document posts field.
- Removing actual post from posts document.
- Removing image file from uploads directory once post deleted.
▶️ Playlist of this project: ruclips.net/p/PL6u82dzQtlfvULWESGLfGiWky7iA-m7JH
#nodejs #expressjs #mongodb #ejs #fullstackdevelopment #webdevelopment #javascript #codingtutorial #authentication #postmanagement #w...
Просмотров: 49

Видео

12 - Build Full Authentication And Post Management System | Node, Express, MongoDB & EJS
Просмотров 587 часов назад
Hello friends! Welcome to my comprehensive tutorial on building a full authentication system with post management functionality using Node.js, Express, MongoDB, and EJS! In this tutorial, you will learn the following: - Fetching clicked edit post from database. - Populating previous values in the edit form. - Displaying previous image preview in edit form. - Updating post into database. - If ne...
11 - Build Full Authentication And Post Management System | Node, Express, MongoDB & EJS
Просмотров 15614 часов назад
Hello friends! Welcome to my comprehensive tutorial on building a full authentication system with post management functionality using Node.js, Express, MongoDB, and EJS! In this tutorial, you will learn the following: - Fetching all posts of current logged in user. - Sending all fetched posts to the view file. - Using loop in view to iterate and display posts in tabular format. ▶️ Playlist of t...
10 - Build Full Authentication And Post Management System | Node, Express, MongoDB & EJS
Просмотров 17019 часов назад
Hello friends! Welcome to my comprehensive tutorial on building a full authentication system with post management functionality using Node.js, Express, MongoDB, and EJS! In this tutorial, you will learn the following: - Handling Create new post router post request. - Using Multer defining storage for destination and filename. - Creating upload middleware to upload file. - Saving post into datab...
09 - Build Full Authentication And Post Management System | Node, Express, MongoDB & EJS
Просмотров 14621 час назад
Hello friends! Welcome to my comprehensive tutorial on building a full authentication system with post management functionality using Node.js, Express, MongoDB, and EJS! In this tutorial, you will learn the following: - Creating posts routes file to manage all posts routes. - Designing My posts page. - Designing create new post page. - Designing edit post page. - Designing view post in detail p...
08 - Build Full Authentication And Post Management System | Node, Express, MongoDB & EJS
Просмотров 134День назад
Hello friends! Welcome to my comprehensive tutorial on building a full authentication system with post management functionality using Node.js, Express, MongoDB, and EJS! In this tutorial, you will learn the following: - Working on Forgot password page to make it dynamic. - Generating a token for the password reset for the requsted user. - Saving token in the database to the requested user with ...
07 - Build Full Authentication And Post Management System | Node, Express, MongoDB & EJS
Просмотров 12514 дней назад
Hello friends! Welcome to my comprehensive tutorial on building a full authentication system with post management functionality using Node.js, Express, MongoDB, and EJS! In this tutorial, you will learn the following: - Working on User profile page design and make it dynamic. - Working on User logout function. - Working on middleware for accessing session data from the views. - Working on middl...
06 - Build Full Authentication And Post Management System | Node, Express, MongoDB & EJS
Просмотров 11214 дней назад
Hello friends! Welcome to my comprehensive tutorial on building a full authentication system with post management functionality using Node.js, Express, MongoDB, and EJS! In this tutorial, you will learn the following: - Working on User registration page to make it dynamic. - Storing user information to the MongoDB database. - Working on User login page to make it dynamic. - Authenticating user ...
05 - Build Full Authentication And Post Management System | Node, Express, MongoDB & EJS
Просмотров 9821 день назад
Hello friends! Welcome to my comprehensive tutorial on building a full authentication system with post management functionality using Node.js, Express, MongoDB, and EJS! In this tutorial, you will learn the following: - Created user and post models. - Defined middlewares (body parser, cookie parser, session, flash messages) ▶️ Playlist of this project: ruclips.net/p/PL6u82dzQtlfvULWESGLfGiWky7i...
04 - Build Full Authentication And Post Management System | Node, Express, MongoDB & EJS
Просмотров 11821 день назад
Hello friends! Welcome to my comprehensive tutorial on building a full authentication system with post management functionality using Node.js, Express, MongoDB, and EJS! In this tutorial, you will learn the following: - Separating all authentications related routes from server.js file to a new file. - Designing all authentication pages using Bootstrap 5 - Designing Login Page. - Designing Regis...
03 - Build Full Authentication And Post Management System | Node, Express, MongoDB & EJS
Просмотров 14428 дней назад
Hello friends! Welcome to my comprehensive tutorial on building a full authentication system with post management functionality using Node.js, Express, MongoDB, and EJS! In this tutorial, you will learn the following: - Setting up EJS templating engine. - Creating views. - Creating partials like header & footer. - Using partials in the pages. - Designing Navbar using Bootstrap 5 ▶️ Playlist of ...
02 - Build Full Authentication And Post Management System | Node, Express, MongoDB & EJS
Просмотров 25128 дней назад
Hello friends! Welcome to my comprehensive tutorial on building a full authentication system with post management functionality using Node.js, Express, MongoDB, and EJS! In this tutorial, you will learn the following: - Setting up project. - Installing all required dependencies. - Creating simple express app with home route. - Using env file. - Creating MongoDB Atlas database in the cloud. - Co...
01 - Build Full Authentication And Post Management System | Node, Express, MongoDB & EJS
Просмотров 580Месяц назад
Hello friends! Welcome to my comprehensive tutorial on building a full authentication system with post management functionality using Node.js, Express, MongoDB, and EJS! In this tutorial, you will learn how to: - Set up a Node.js project with Express. - Connect to a MongoDB database. - Implement user authentication (sign-up, login, and logout). - Create and manage posts for authenticated users....
25 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
Просмотров 2,1 тыс.2 месяца назад
Hello friends! This is the last video of this series in which I'm showing you how to make My Order Detail page dynamic. #Laravel #ECommerce #WebDevelopment #ModelsAndMigrations #Livewire #Filament #TailwindCSS 🔗 Full Playlist: ruclips.net/p/PL6u82dzQtlfv8fJF3gm42TDHJdtA2NDWT If you like my works and my video tutorials then you can donate me some amount. Paypal: www.paypal.me/wolfmania UPI: sahi...
24 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
Просмотров 9242 месяца назад
Hello friends! In this tutorial video, I'll guide you through fetching all orders for the logged-in user and displaying them on the "My Orders" page in a table format with pagination. Leveraging Livewire 3 pagination, we'll ensure a smooth and efficient user experience, allowing users to navigate through their orders seamlessly. #Laravel #ECommerce #WebDevelopment #ModelsAndMigrations #Livewire...
23 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
Просмотров 1 тыс.2 месяца назад
23 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
22 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
Просмотров 1,2 тыс.2 месяца назад
22 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
21 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
Просмотров 1,2 тыс.2 месяца назад
21 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
20 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
Просмотров 1,1 тыс.2 месяца назад
20 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
19 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
Просмотров 1,3 тыс.2 месяца назад
19 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
18 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
Просмотров 1,5 тыс.3 месяца назад
18 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
17 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
Просмотров 1,5 тыс.3 месяца назад
17 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
16 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
Просмотров 1,5 тыс.3 месяца назад
16 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
15 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
Просмотров 1,6 тыс.3 месяца назад
15 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
14 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
Просмотров 1,9 тыс.3 месяца назад
14 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
13 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
Просмотров 1,7 тыс.3 месяца назад
13 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
12 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
Просмотров 1,6 тыс.3 месяца назад
12 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
11 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
Просмотров 3 тыс.3 месяца назад
11 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
10 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
Просмотров 2,4 тыс.3 месяца назад
10 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
9 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
Просмотров 1,9 тыс.3 месяца назад
9 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS

Комментарии

  • @DummyAccount-ee9lv
    @DummyAccount-ee9lv 44 минуты назад

    {{request()->is('categories')?'text-blue-600':'text-gray-600'}} this isn't working in laravel 11

    • @DummyAccount-ee9lv
      @DummyAccount-ee9lv 29 минут назад

      sorry i was in dark mode. Hence, i need to insert code in dark:

  • @mdnafishfuadtushar2179
    @mdnafishfuadtushar2179 День назад

    Can i get the template

  • @TochiFelix
    @TochiFelix День назад

    please what's is the name of this font

  • @Sh1nitsu
    @Sh1nitsu 3 дня назад

    Thank you for the tutorial, i have a problem. The scroll does not work in my home page, why do you think is it not working? thank you for answering.

  • @DummyAccount-ee9lv
    @DummyAccount-ee9lv 3 дня назад

    That RelationManager is showing in edit page. i added some. But, it's not showing in view page. Help!

    • @DummyAccount-ee9lv
      @DummyAccount-ee9lv 3 дня назад

      sorry, forget to add 'view' => Pages\ViewOrder::route('/{record}'), in getPages function

  • @rdxsathish7199
    @rdxsathish7199 4 дня назад

    Waiting for next video broo.....❤

  • @rdxsathish7199
    @rdxsathish7199 4 дня назад

    What using for ejs emmet

    • @DCodeMania
      @DCodeMania 3 дня назад

      EJS language support by DigitalBrainstem

  • @rabiul8581
    @rabiul8581 6 дней назад

    Thank you

  • @Amirpx-uz1ij
    @Amirpx-uz1ij 6 дней назад

    I really enjoyed your videos. Thank you very much. Have you uploaded the code from this video to github? If you have uploaded it, please provide your github address. Thanks beforehand!

    • @DCodeMania
      @DCodeMania 5 дней назад

      If you want souce code then contact me on wolfmania44@gmail.com

  • @Sh1nitsu
    @Sh1nitsu 6 дней назад

    in case it doesn't work when you install filament, it is because of the laravel 11, to fix this you should use this command, composer require filament/filament="3.2.57" -W

    • @BhavyaBabariya-fc5cd
      @BhavyaBabariya-fc5cd 6 дней назад

      Brother I am trying to install by following the command but I am not able to install filament 3.2.57 or a composer require filament/filament:"^3.2" -W. I have the same error occur What should I do?

    • @Sh1nitsu
      @Sh1nitsu 6 дней назад

      @@BhavyaBabariya-fc5cd what does the error say in your terminal?

    • @BhavyaBabariya-fc5cd
      @BhavyaBabariya-fc5cd 6 дней назад

      @@Sh1nitsu Problem 1 - openspout/openspout[v4.23.0, ..., v4.24.1] require ext-zip * -> it is missing from your system. Install or enable PHP's zip extension. - filament/filament v3.2.57 requires filament/actions v3.2.57 -> satisfiable by filament/actions[v3.2.57]. - filament/actions v3.2.57 requires openspout/openspout ^4.23 -> satisfiable by openspout/openspout[v4.23.0, v4.23.1, v4.24.0, v4.24.1]. - Root composer.json requires filament/filament 3.2.57 -> satisfiable by filament/filament[v3.2.57]. this error occurs in my terminal. In another case I am trying to install in fresh Laravel 11 project In that project also the error occur while installing a filament.

    • @BhavyaBabariya-fc5cd
      @BhavyaBabariya-fc5cd 6 дней назад

      @@Sh1nitsu Problem 1 - openspout/openspout[v4.23.0, ..., v4.24.1] require ext-zip * -> it is missing from your system. Install or enable PHP's zip extension. - filament/filament v3.2.57 requires filament/actions v3.2.57 -> satisfiable by filament/actions[v3.2.57]. - filament/actions v3.2.57 requires openspout/openspout ^4.23 -> satisfiable by openspout/openspout[v4.23.0, v4.23.1, v4.24.0, v4.24.1]. - Root composer.json requires filament/filament 3.2.57 -> satisfiable by filament/filament[v3.2.57]. This error occurs in my terminal. In another case I am trying to install in new fresh Laravel 11 project In that project also have errors while installing a filament.

    • @BhavyaBabariya-fc5cd
      @BhavyaBabariya-fc5cd 6 дней назад

      @@Sh1nitsu Problem 1 - openspout/openspout[v4.23.0, ..., v4.24.1] require ext-zip * -> it is missing from your system. Install or enable PHP's zip extension. - filament/filament v3.2.57 requires filament/actions v3.2.57 -> satisfiable by filament/actions[v3.2.57]. - filament/actions v3.2.57 requires openspout/openspout ^4.23 -> satisfiable by openspout/openspout[v4.23.0, v4.23.1, v4.24.0, v4.24.1]. - Root composer.json requires filament/filament 3.2.57 -> satisfiable by filament/filament[v3.2.57]. This error occues in my terminal.

  • @MuhammadRizky-cp2du
    @MuhammadRizky-cp2du 6 дней назад

    Hi! do you know why the dropdown in the username is not working? nice video btw!

  • @swetadidi
    @swetadidi 7 дней назад

    i m not getting the images..while i m trying to fetch it just give ne json return formst.what to do

  • @nunobernardoweb
    @nunobernardoweb 8 дней назад

    am wait for more

  • @nunobernardoweb
    @nunobernardoweb 8 дней назад

    I've been following your videos about node js and I've found incredible and easy to follow. Thank you very much, keep doing your best. Am from Angola

    • @DCodeMania
      @DCodeMania 8 дней назад

      Thanks for supporting!

  • @websers-4402
    @websers-4402 9 дней назад

    why the image are not deleting when i am deleting and update...is there any why to fix this problem

    • @DummyAccount-ee9lv
      @DummyAccount-ee9lv 8 дней назад

      We need to explicitly delete those attachment files as Filament itself won't delete it. Here's how you can delete the files using models. public function delete() { if (!empty($this->image)) { Storage::disk('public')->delete($this->image); } parent::delete(); }

  • @DummyAccount-ee9lv
    @DummyAccount-ee9lv 9 дней назад

    unable to fetch image inside edit and view console error Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at localhost:8000/storage/uploads/brands/01J0366MCGD4SMWSJQTPHK6EED.jpg. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 200.

  • @giorgi18806
    @giorgi18806 10 дней назад

    Dear Sahil, I would like to express my sincere gratitude for your amazing Laravel course on RUclips. Your lessons have been incredibly helpful and informative. Thanks to your course, I have significantly improved my skills and can confidently work with this framework. Additionally, it would be greatly appreciated if you could add videos to this course covering product attributes, such as TV screen sizes, mobile phone colors, and so on. I'm sure many of us would find this extremely useful. Thank you for your hard work and generous sharing of knowledge!

    • @DCodeMania
      @DCodeMania 10 дней назад

      Yes, I'm planning to develop another ecommerce with more functionalities.

    • @giorgi18806
      @giorgi18806 7 дней назад

      @@DCodeMania Awesome, I'll look forward to your new course

  • @Naak69
    @Naak69 10 дней назад

    What ai u use brother

  • @websers-4402
    @websers-4402 10 дней назад

    what is that extension filling up the codes..in models

  • @fratzeren5477
    @fratzeren5477 11 дней назад

    Hi, I’m from Turkey. Your videos very usefull for me. Thanks for all this thinks. And can you tell me which vscode extensions you use.

    • @DCodeMania
      @DCodeMania 11 дней назад

      For what??

    • @fratzeren5477
      @fratzeren5477 10 дней назад

      @@DCodeMania For example, for text style and text colorization and autocompletion.

    • @fratzeren5477
      @fratzeren5477 6 дней назад

      @@DCodeMania Can you tell please 🌹

    • @DCodeMania
      @DCodeMania 6 дней назад

      For auto completion is use GitHub Copilot, and I'm using Tinacious Design theme for text colorization and I'm using Operator Mono font.

    • @fratzeren5477
      @fratzeren5477 6 дней назад

      @@DCodeMania Thank you soooo much

  • @shahinrohaman6257
    @shahinrohaman6257 12 дней назад

    Can you provide source code

  • @samueldate2653
    @samueldate2653 13 дней назад

    Hello Sir thanks the tutorial but can i use this template for a personnel project?

  • @davidzhou8475
    @davidzhou8475 13 дней назад

    in order table migration, the shipping amount you have a typo.

    • @DCodeMania
      @DCodeMania 13 дней назад

      Yes you are correct, I already fix that.

  • @lucasu242
    @lucasu242 13 дней назад

    Hello, I want to capture the items in my Page CreateOrder.php or be able to capture the items in an Observer, how could I solve it? I thought that with $order->items it was already there but that is not the case. Create an Observer that captures the created Order and the order only contains the simple attributes: user_id, status, etc. How could I capture the items? OrderObserver.php: public function created(Order $order): void { $items = $order->orderItems; foreach ($items as $item) { $stock = Stock::find($item->stock_id); $stock_update = $stock->stock_quantity_virtual - $item->quantity; $stock->update([ "stock_quantity_virtual" => $stock_update ]); } } But $items is empty... :(

  • @samueldate2653
    @samueldate2653 15 дней назад

    Hello Sir thanks for this tutorial but i have a problem with currency in this part: Placeholder::make('grand_total_placeholder') ->label('Grand Total') ->content(function (Get $get, Set $set) { $total = 0; if (!$repeaters = $get('items')) { return $total; } foreach ($repeaters as $key => $repeater) { $total += $get("items.{$key}.total_amount"); } return Number::currency($total, 'CFA'); it doesn't work. Can you help me please?

    • @DCodeMania
      @DCodeMania 15 дней назад

      What error you are getting??

    • @samueldate2653
      @samueldate2653 15 дней назад

      @@DCodeMania undefined method currency

  • @leocincint2149
    @leocincint2149 16 дней назад

    bug on qty - fix: $cart_items[$existing_item]['quantity'] = $qty + $item['quantity']; and 'total_amount' => $product->price * $qty,

  • @leocincint2149
    @leocincint2149 16 дней назад

    great work overall!! on the same note, everytime a customer access the success page and it messes with payment status, would it be better an observer or something like that? Thanks!

    • @DCodeMania
      @DCodeMania 16 дней назад

      Yes you are right. May be I'll develop 2.0 version with all these functions.

  • @jackzo4655
    @jackzo4655 17 дней назад

    source code

  • @nitarani7099
    @nitarani7099 17 дней назад

    Sir which extension u r using for auto detecting the codes

  • @imrandurna
    @imrandurna 19 дней назад

    Filament\Support\Services\RelationshipJoiner::prepareQueryForNoConstraints(): Argument #1 ($relationship) must be of type Illuminate\Database\Eloquent\Relations\Relation, null given, called in C:\Users\imran\proje-adi\vendor\filament\forms\src\Components\Select.php on line 773

  • @charbelbassil9973
    @charbelbassil9973 20 дней назад

    The source code is missing files an overall good tutorial

  • @hugohermkens1962
    @hugohermkens1962 20 дней назад

    Can i have the source code ?

  • @keshabghimire3431
    @keshabghimire3431 21 день назад

    Sir what can I do if I have to do same thing for MySQL . please help

    • @DCodeMania
      @DCodeMania 21 день назад

      Just uncomment all .env variable related to database and change sqlite to mysql and set database name accordingly and then you are good to go with MySQL

  • @Eddy_km
    @Eddy_km 22 дня назад

    still waiting for password reset..the one i implemented doesnt seem to work

    • @DCodeMania
      @DCodeMania 22 дня назад

      I'll upload very soon!!

  • @user-hj4cw5kf9c
    @user-hj4cw5kf9c 23 дня назад

    hi, why did i cannot fetch the image from database?

    • @DCodeMania
      @DCodeMania 22 дня назад

      Make sure that you already executed this command: php artisan storage:link

    • @user-hj4cw5kf9c
      @user-hj4cw5kf9c 22 дня назад

      @@DCodeMania i did but still not working

    • @DCodeMania
      @DCodeMania 22 дня назад

      Check .env file for APP_URL fix that with port

  • @jesuslazo3030
    @jesuslazo3030 23 дня назад

    Thanks a lot. ¿Can you tell me your VsCode extensions that are using for this Laravel Proyect?

    • @DCodeMania
      @DCodeMania 23 дня назад

      I'll upload a separate video about my vs code setup, extension, theme etc.

  • @momomomodz
    @momomomodz 24 дня назад

    Hi Sahil, thank you for this great tutorial i appreciate a lot, please what are the VS Code extensions you use for laravel intellisense ?

    • @DCodeMania
      @DCodeMania 21 день назад

      I'll upload a separate video very soon regarding my vs code setup, extension, theme etc.

  • @bx_bxr_
    @bx_bxr_ 24 дня назад

    please can you provide us the photos to follow you

    • @DCodeMania
      @DCodeMania 23 дня назад

      I just downloaded random product from amazon

    • @bx_bxr_
      @bx_bxr_ 22 дня назад

      @@DCodeMania anyway thanks for everything you have done for us

  • @technicalrider6196
    @technicalrider6196 25 дней назад

    Github link pls

    • @DCodeMania
      @DCodeMania 21 день назад

      Contact me on wolfmania44@gmail.com for source codes.

  • @wintersplash2558
    @wintersplash2558 25 дней назад

    Sir, my image is not showing...I have 'php artisan storage:link' from my terminal and I have changed my port...how to solve this missing image sir, thank you...🙏

  • @RafailMahammadli
    @RafailMahammadli 26 дней назад

    Hello, What is functionality of middleware in this code?

  • @RafailMahammadli
    @RafailMahammadli 26 дней назад

    Hello, What is functinality of middleware in this code?

  • @MTsPutriSyafaaturrasul
    @MTsPutriSyafaaturrasul 27 дней назад

    sir, i got error, Add [name] to fillable property to allow mass assignment on [App\Models\Category]. how to solve this problem, thanks

  • @patipanpatisampita8321
    @patipanpatisampita8321 29 дней назад

    Admin, Please add a category before creating a post.

    • @DCodeMania
      @DCodeMania 28 дней назад

      Okay I'll add category field in post.

    • @patipanpatisampita8321
      @patipanpatisampita8321 28 дней назад

      @@DCodeMania Thank you, Please add category table and add category field in post table

  • @nocopyrightsoundtracks8232
    @nocopyrightsoundtracks8232 29 дней назад

    Sir, Why we consider "Address" as a whole entity in this system? Since you have told that "Order hasOne Address" in the code, it can not be either a multi valued attribute of "Order" right? Could you please explain?

  • @leocincint2149
    @leocincint2149 29 дней назад

    Great work! I've got one problem, when in responsive mode only main image appears

    • @DCodeMania
      @DCodeMania 29 дней назад

      You can tweak some tailwind css classes to show all images in responsive view

  • @ramendrasoni3368
    @ramendrasoni3368 Месяц назад

    👍 nice

  • @patrickemerysevor7410
    @patrickemerysevor7410 Месяц назад

    Can do full authentication using Django ❤

    • @DCodeMania
      @DCodeMania Месяц назад

      May be in future I'll do this tutorial also.