Build a 🔥 Chat App with FastAPI and React JS (👾 Discord Clone)

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • Learn how to build a COMPLETE chat app with FastAPI, Python and React JS. You'll learn about APIs, web-hooks, Python + JS, NPM components, CSS and more!
    Copy and paste lots of the code to save time and learn quickly too!
    Setup a Chat Engine project: chatengine.io
    Python Code:
    Main.py github.com/ala...
    Chat Engine’s API Docs: rest.chatengin...
    request.rest file: raw.githubuser...
    React Code:
    chatsPage.js github.com/ala...
    authPage.js github.com/ala...
    App.js github.com/ala...
    Chat Engine’s Docs: chatengine.io/...

Комментарии • 17

  • @alexzhang9318
    @alexzhang9318 7 месяцев назад +7

    basically, you don't create the chat app backend service, the chategnine does.

  • @mauriciodarocha
    @mauriciodarocha Год назад +2

    Great tutorial! But, I wanted to share that instead of 'npx create-react-app', I made my client side with 'yarn create vite' and I chose react in typescript it worked too. Thank you! ☺

  • @mahdikh276
    @mahdikh276 Год назад +1

    That's great 😍

  • @hosseinmolavi3581
    @hosseinmolavi3581 Год назад

    wonderful tutorial, you should also do a tutorial on creating some of the backend as well, with like django, making this a complete project as right now its more focused on the frontend

  • @MortonMcCastle
    @MortonMcCastle 4 месяца назад

    I'm excited to learn more about Chat Engine. But the audio of this video is very quiet. I have my phone volume set to maximum, and I still can't hear you unless the speaker 🔊 is right next to my ear. So I can't watch and listen at the same time.

  • @smsrrobin
    @smsrrobin Год назад +3

    How to deploy it on a live hosting server?

  • @geniusstudent8804
    @geniusstudent8804 Год назад +3

    can this "react-chat-engine" be customisable , and use my own backend and database?

  • @svnbeats6700
    @svnbeats6700 4 месяца назад

    for some reason I have two scrollbars when I tried rendering the chatpage idk why... need help

  • @DiegoSilva-vx9zu
    @DiegoSilva-vx9zu 19 дней назад

    How to do deploy?

  • @boltyplays
    @boltyplays Год назад

    why does source venv/bin/activate not work
    It says it's not a location:C

  • @JosiahFrancisJohnnyTheNInja
    @JosiahFrancisJohnnyTheNInja Год назад

    getting an error when i try to run this in the terminal "source venv/bin/activate" it says the term source is not recognized

    • @anuraggaming9508
      @anuraggaming9508 5 месяцев назад

      Windows or Mac

    • @anuraggaming9508
      @anuraggaming9508 5 месяцев назад

      1.python -m venv myenv
      2. myenv/scripts/Activate.ps1 or activate.bat

  • @burialstance
    @burialstance Год назад

    🙁 U use sync lib in async context

  • @mfarel7364
    @mfarel7364 Год назад

    where can i get the python?