Production Ready E-Commerce Site Running Locally in 20 Minutes

Поділитися
Вставка
  • Опубліковано 29 вер 2024

КОМЕНТАРІ • 10

  • @bmdavis419
    @bmdavis419  7 місяців тому +3

    Also sorry if I sound a bit weird in this one, I was pretty sick when I recorded it. For the cloudinary setup, I would actually use a signed upload, I'll update the repo and project to use that, we don't want to allow anon uploads to cloudinary

    • @bmdavis419
      @bmdavis419  7 місяців тому

      github.com/bmdavis419/SvelteKit-Ecommerce/pull/16

  • @andersonfernandeztuesta1722
    @andersonfernandeztuesta1722 2 місяці тому +1

    PlanetScale nor free, any alternative, tutorial for firebase please

  • @grayscodinglab
    @grayscodinglab 7 місяців тому +1

    Great project and video! Will definitely be using this template for a project soon.

  • @c0ldfury
    @c0ldfury 7 місяців тому

    Cloudinary looks crap. What does it do besides hosting images? Where's the webserver setup?

    • @bmdavis419
      @bmdavis419  7 місяців тому +1

      CDN, complex ready made uploader, full dashboard/image management, great SDK for properly handling images/seo, they do a lot lol

  • @estevanramos8827
    @estevanramos8827 7 місяців тому +1

    Great video! Will definitely be looking into building some ecom

  • @zhanezar
    @zhanezar 7 місяців тому +1

    Hey ben can you do a video about security , spaming acount signups , bot attacks , protecting api , or like rate limiting , i know most people say use upstash but that feels like another 3rd party app for something that hopefully will be part of the framework some day .

    • @bmdavis419
      @bmdavis419  7 місяців тому +1

      im gonna be 100% honest with u thats how I do rate limiting lol, their package is just so quick/easy/clean and really pretty cheap, you could do it custom through your own redis but that just sounds like a pain

  • @hectorcast943
    @hectorcast943 7 місяців тому

    Can you talk about the authentication portion? I struggle with decoupled web apps.