Full Stack with FastAPI & React - Full Course

Поділитися
Вставка
  • Опубліковано 9 лют 2025
  • Learn to create a full stack app with the FARM stack. In this coding tutorial, you will use Fast API on the backend, React on the frontend, and MongoDB on the backend.
    Code: github.com/bea...

КОМЕНТАРІ • 16

  • @therealgoat3367
    @therealgoat3367 3 місяці тому +3

    Great for beginners who are only familiar with HTML and JavaScript... Lmfao. You literally don't explain how anything works. Just why you put it there. Incredible

  • @Jaganathan_J
    @Jaganathan_J Місяць тому

    Great tutorial, Sir! However, I noticed a couple of issues in the compose.yaml file:
    You mapped port 3001 to 8000 for the backend, but it should be:
    ports:
    - "3001:3001"
    You forgot to mention that Docker must be running for the docker-compose up --build command to work.
    As a beginner, I spent 10 hours trying to fix this. Hope this helps others!

    • @marcusvos7060
      @marcusvos7060 13 днів тому

      I couldnt get this to work on windows.
      Using python 3.9, uvloop==0.19.0 doesnt work and needs to be replaced by winuvloop, httptools==0.6.1 cannot get installed, gives issues when docker-compose up --build is run. I tried httptools 0.6.0 , 0.5.0 no success. anything earlier than 0.50 will lead to conflict issues with uvicorn

  • @islam___eoa
    @islam___eoa 4 місяці тому

    finally a tutorial that works for real thanks man!

  • @stephenoluwafemiherbert
    @stephenoluwafemiherbert 4 місяці тому

    Wow this is great, thanks for this

  • @mr.RAND5584
    @mr.RAND5584 Місяць тому

    I don't have docker. Sad my hyper-v is not working.

  • @Icctworldcuphighlights
    @Icctworldcuphighlights 4 місяці тому +1

    Sir keep it up❤❤

  • @bewilderedlearningevolving
    @bewilderedlearningevolving 4 місяці тому +3

    First time I’ve seen “dal”. Thanks for putting this together.

  • @satheeshkumar5326
    @satheeshkumar5326 4 місяці тому

    282.0 note: This error originates from a subprocess, and is likely not a problem with pip.
    282.0 ERROR: Failed building wheel for uvloop
    282.0 Successfully built MarkupSafe pymongo
    282.0 Failed to build httptools uvloop
    283.4 ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (httptools, uvloop)
    ------
    Sir, I'm getting this error

    • @satheeshkumar5326
      @satheeshkumar5326 4 місяці тому

      This i get when i'm building docker image

    • @KonfliktProduktionz
      @KonfliktProduktionz 4 місяці тому

      Make sure that the Python version you are using is compatible with the versions of uvloop and httptools you are trying to install. Some packages have specific Python version requirements.

    • @marcusvos7060
      @marcusvos7060 13 днів тому +1

      @@KonfliktProduktionz Copilot says use python 3.9

    • @KonfliktProduktionz
      @KonfliktProduktionz 9 днів тому

      @ then you would need a version of those packages that are compatible with 3.9

  • @qigao5458
    @qigao5458 4 місяці тому

    So cool!