Use ChatGPT to Code a Full Stack App – Full Course

preview_player
Показать описание
Learn how to use ChatGPT for full stack development. In this course, you'll learn how to leverage the power of ChatGPT to accelerate your development process and make programming smoother. Judy will show you how to build an educational application, using ChatGPT to ask questions about coding syntax, troubleshooting, and learning best practices.

✏️ Created by @webdecoded

⭐️ Contents ⭐️
⌨️ (0:00:00) Intro
⌨️ (0:02:57) App Architecture
⌨️ (0:05:31) Picking the Database
⌨️ (0:09:31) Setting up the project
⌨️ (0:12:40) Connecting to the Database
⌨️ (0:18:17) Creating Tables
⌨️ (0:19:20) Seeding Database
⌨️ (0:21:18) Displaying Courses
⌨️ (0:31:13) Setting Up Authentication
⌨️ (0:46:50) Adding Header
⌨️ (0:54:09) Search Bar
⌨️ (1:06:53) Course Categories
⌨️ (1:29:44) User Profiles
⌨️ (1:43:46) Enroll in Course Functionality
⌨️ (1:51:23) Displaying Saved Courses
⌨️ (2:14:23) Other ChatGPT Use Cases

🎉 Thanks to our Champion and Sponsor supporters:
👾 davthecoder
👾 jedi-or-sith
👾 南宮千影
👾 Agustín Kussrow
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Justin Hual
👾 Otis Morgan

--

Рекомендации по теме
Комментарии
Автор

Thank you to FCC for collaborating on this video!!😊 hopefully brings a lot of value to viewers and feel free to let us know if you have any questions.

webdecoded
Автор

This Channel should get an award It helped me get job last year thank you very much free code camp you are a legend

khaizukooninaru
Автор

love these keep them coming - best practices and the practice to coding with chatgpt.

tradingwithwill
Автор

Just subscribed, downloading this and will watch in depth later. Excited to learn from what you guys have built

AlaskaJiuJitsu
Автор

Thank you! for doing this!! I’m stoked to start this!! Cheers!

yolioms
Автор

4 days ago I just started learning python. On the course I was challenged to create a tip calculator; I completed the challenge with 5 lines of code. I asked Chat GPT to make the code shorter and it did an amazing job by reducing it to 3. I guess that on a more complex scenario chat GPT will be the developer's best friend

eddylopez
Автор

Blessed be the algorithm deities who decided to slide this valuable content into my feed one hour after it was posted.

MrtnX
Автор

That's awesome, just what I need on this step of my life learning to be a full stack dev. The day I get a job on IT I want to send you a contribution, all the best, thank you Judy! And all you guys that make freecodecamp!

karincentenaro
Автор

Thank you so much for sharing your knowledge.

uminhtetoo
Автор

This is the video I was waiting for the most :D

diegol
Автор

This is exactly what I'm looking for !!! thanks

kihunkim
Автор

Thank you for this tutorial, it gave me the push I needed to start a bigger project.

anabeatrizcosta
Автор

this video that i want to see !! thanks a lot :)

sdfasdfsdfds
Автор

Blessed be the algorithm for showing this video with us

Universal-Code.
Автор

I already use this method from when chatgpt came to use, if you are ask him exact what you want it's give you perfect answer with outstanding soulution that might impress you.., i impressed already 😁

bijoyjogi
Автор

ChatGPT isn't close to a human when it comes to coding any kind of non-trivial application. It won't necessarily give you answers that are factual and correct, but it will always give you answers that SOUND factual and correct. It's strictly a language model. In fact, in my experience it will often provide information that is entirely fictional, and that is a real time waster. You could easily spend more time trying to coax ChatGPT into coding an entire application than you would by taking a traditional route. However, it can be very useful if you understand its limitations and don't expect it to do your job for you. It's just a tool.

StringPassion.
Автор

Putting this on the watch later list for sure; I presume the free version of ChatGPT will be suitable?

mojoboingo
Автор

Just wondering how much did it cost prompting gpt4 to do this whole thing? Or was it just the 25 messages cap?

MichelHabib
Автор

Already using it on a daily basis for almost all elements of my project. It saves me hours a day. But use GPT-4. It’s a lot smarter.

MartinQLynx
Автор

What are the things that should be in our computer to run this web app?

jiteshyadav