JavaScript and Python - Build and Deploy a Full Stack Web App

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

КОМЕНТАРІ • 59

  • @asaprogrammer_
    @asaprogrammer_  5 місяців тому +8

    This projects works as expected and as shown in the video. The only thing I forgot to update is the BASE_URL in App.jsx file:
    - export const BASE_URL = import.meta.env.MODE === "development" ? "127.0.0.1:5000/api" : "/api"
    Update it to be like this so that it can work in the production as well. (I also updated the github repo for this, see App.jsx file)

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

    This is exactly how tutorial videos should be. Detailed explanation all through (backend - frontend) and capping it off with a deployment walkthrough.
    Beautiful job, Sir. Thank you so much. I think I'm in love with Chakra UI already.

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

    From Python indentation to deployment, I couldn’t believe all of this could fit into a 2.5-hour video until I watched it. Thank you so much!

  • @Noritoshi-r8m
    @Noritoshi-r8m 2 місяці тому +1

    For people wondering if your venv didnt created a Scripts folder (specifically for WSL2 Linux), execute like this: 'source venv/bin/activate'. Solid tutorial man, ty!

  • @adi_yerabati
    @adi_yerabati 5 місяців тому +2

    Started the course 1 hour ago, and learned so much. I realized that it is way way easier to learn while working on a project than going through a textbook to understand each and every point. Please make a FastAPI full stack Application as per audience request; that would be amazing!
    Thanks once again!

  • @adi_yerabati
    @adi_yerabati 5 місяців тому +2

    This is amazing! Thanks so much for the effort and time you put. This is golden :))

  • @time-barbaad
    @time-barbaad 5 місяців тому +1

    Your channel is such a gem! Thank you so much!

  • @abdulftahakkam9760
    @abdulftahakkam9760 2 місяці тому

    Thanks for the tutorial, hope to see more videos like this

  • @rodolfoperalta6806
    @rodolfoperalta6806 3 місяці тому

    thanks for the tutorial, specially the deployment part!

  • @apsg
    @apsg 2 місяці тому

    thank you brother for such a nice video, deployment part was amazing.

  • @ron9044
    @ron9044 20 годин тому +1

    why doesn't vite work for me? im stuck on wrapping my App with the ChakraProvider

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

    Thanks for this great project. I found it helpful

  • @c-k4746
    @c-k4746 5 місяців тому

    çok güzel anlatıyorsun reis teşekkürler..

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

    I really need this video, Thanks

  • @waleed42ahmad
    @waleed42ahmad 5 місяців тому +1

    Thanks i will start it very soon😍😍

  • @SandovalGSFilho
    @SandovalGSFilho 5 місяців тому

    First!!! Thanks for this video 😊😊

  • @Nick-jm9mx
    @Nick-jm9mx 5 місяців тому

    Would you ever make an angular tutorial.Really grateful for your work you do an excellent job at explaining.

  • @ayushshende4290
    @ayushshende4290 5 місяців тому

    I think you should have also included flask smorest, overall a good tutorial

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

    i couldn't deploy the project "==> Build failed 😞" , how can i fix this?

  • @time-barbaad
    @time-barbaad 5 місяців тому

    Brooooo it is so good!

  • @plsgivemecat
    @plsgivemecat 5 місяців тому

    hey loved the video, thanks a bunch! just a small question: on your finance app you mentioned about adding cron jobs if you're deploying to render because of cold start. is adding cron jobs necessary for this app as well? appreciate it!

    • @asaprogrammer_
      @asaprogrammer_  5 місяців тому

      You're welcome. Yes, for free plan, it doesn't matter which app you deployed it'll go inactive

  • @anurag9385
    @anurag9385 5 місяців тому +1

    Do you plan on doing any FastAPI projects?

  • @ramprasadchauhan7
    @ramprasadchauhan7 5 місяців тому +1

    🎉🎉 please make full stack project in React native Expo with nativewind

  • @BảoNguyễn-q5o
    @BảoNguyễn-q5o 27 днів тому

    your tut very helpful, can you make project persional fullstack with flask and react or nextjs ?

  • @ajeetchoubey
    @ajeetchoubey 5 місяців тому

    ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,=3.7,=3.7,=3.7,=3.7,

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

    I only do have knowledge about React and 0 knowledge of Python..
    Can I still proceed with this course or should get a intermediate lvl knowledge of python and flask?

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

    Thanks man

  • @sayakneogi8897
    @sayakneogi8897 5 місяців тому +1

    I am getting this error while installing flask-alchemy and I am not able to resolve this. Also even after installing flask vs code is not recognizing it. I have python 3.10.5 Please tell me what to do.
    note: This error originates from a subprocess, and is likely not a problem with pip.
    ERROR: Failed building wheel for greenlet
    Failed to build greenlet
    ERROR: Could not build wheels for greenlet, which is required to install pyproject.toml-based projects

    • @HeroSanjA
      @HeroSanjA 3 місяці тому

      Firstly check your venv and the correct choosed interpreter.
      If nothing helps then use Anaconda to manager your venv, this worked for me.

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

    hello
    I was learning as a self tought web development so I learnet the forntend and i started learning python, then i start the university and io found out that we are gonna use mainly Java....
    so know I dont know if I stick with jus Java or i continue to learn Python....
    what would you suggeat?
    thank you

  • @404-not-found-service
    @404-not-found-service 5 місяців тому

    wow , nice proyect

  • @dhanushperumalla773
    @dhanushperumalla773 5 місяців тому

    Broo when Im hosting the server even it's not working if my local server running then it is working in the hosting site when my local server off it's not working

  • @smartdriver2990
    @smartdriver2990 5 місяців тому

    Thanks, I like it

  • @ponnanapavan
    @ponnanapavan 5 місяців тому

    After deployed the website . It is working in pc but not working in mobile is their is any reason

  • @DoCTeRSinS
    @DoCTeRSinS 3 місяці тому

    great lecture but build an e-commerce and react native app too

  • @Music-yx9uv
    @Music-yx9uv 5 місяців тому

    Does this video include all the code with explanation?

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

    need more project like js + python

  • @DoCTeRSinS
    @DoCTeRSinS 3 місяці тому

    kindly build an e-commerce app too

  • @caesarluisllclaridad822
    @caesarluisllclaridad822 5 місяців тому

    Can you do a ecommerce app using MERN stack

  • @Neelammkw
    @Neelammkw 5 місяців тому

    Get more like this bro..

  • @akashwickramarathne
    @akashwickramarathne 5 місяців тому

    ❤❤

  • @raymondmichael4987
    @raymondmichael4987 5 місяців тому

    Create the same backend with fastapi + jwt authentication 😢

  • @ananthegde2107
    @ananthegde2107 5 місяців тому +9

    Stock trading app using MERN stack

  • @coder_aj_001
    @coder_aj_001 5 місяців тому +1

    Django multi-vendor ecommerce project 👨‍💻👨‍💻

  • @SphereofTime
    @SphereofTime 5 місяців тому

    20:00

  • @emirhanarc1476
    @emirhanarc1476 5 місяців тому

    pls java fullstack sir

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

    Very bad video!! Hard to follow through when you are copy pasting half of the things and that chakra ui. Its awful!! Would not recommend for beginners

  • @sagarchauhan8460
    @sagarchauhan8460 5 місяців тому

    👍

  • @Rosthetic14
    @Rosthetic14 24 дні тому

    its giving me an error, after running flask , its showing "could not import app"