Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Next JS & Open AI / GPT: Next-generation Next JS & AI apps, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:25
    Course intro & project demo
  2. Урок 2. 00:04:14
    Project setup
  3. Урок 3. 00:00:39
    Udemy ratings and reviews
  4. Урок 4. 00:05:29
    Set up all required routes for our app
  5. Урок 5. 00:07:49
    Set up auth0 for authentication
  6. Урок 6. 00:09:26
    Set the auth state & user information if logged in
  7. Урок 7. 00:04:22
    Implement protected routes that are only accessible if logged in
  8. Урок 8. 00:05:32
    Create the basic AppLayout component
  9. Урок 9. 00:09:32
    Implementing the sidebar & styling with Tailwind CSS
  10. Урок 10. 00:05:10
    Implementing the sidebar footer
  11. Урок 11. 00:08:29
    Create the sidebar header & roll out the AppLayout for all relevant pages
  12. Урок 12. 00:08:44
    Create the app logo component using Google Fonts & FontAwesome
  13. Урок 13. 00:07:57
    Create the homepage / main landing page, and finish off the sidebar header
  14. Урок 14. 00:11:47
    Setting up our project to work with GPT
  15. Урок 15. 00:09:10
    Refine the OpenAI prompt and render the results
  16. Урок 16. 00:07:54
    Pass topic and keywords to the generatePost API endpoint
  17. Урок 17. 00:15:57
    UPDATE: Using the gpt-3.5-turbo model
  18. Урок 18. 00:04:54
    Set up MongoDB
  19. Урок 19. 00:10:28
    Implement add tokens functionality and store in MongoDB
  20. Урок 20. 00:10:01
    Save generated post data to MongoDB
  21. Урок 21. 00:07:55
    Load the post data for a particular post page
  22. Урок 22. 00:06:02
    Auto-navigate to a post after it's generated
  23. Урок 23. 00:11:47
    Render the post content for a particular post page
  24. Урок 24. 00:15:18
    Render list of available posts in the sidebar
  25. Урок 25. 00:12:42
    Set up stripe
  26. Урок 26. 00:14:51
    Implement stripe webhooks
  27. Урок 27. 00:01:43
    Fix Font Awesome flash of massive icon on load in production
  28. Урок 28. 00:09:28
    Styling updates & loading icon
  29. Урок 29. 00:08:22
    Validating form data when generating new posts
  30. Урок 30. 00:11:51
    Create posts context and retrieve first 5 posts
  31. Урок 31. 00:12:24
    Create getPosts endpoint
  32. Урок 32. 00:03:52
    Hide "load more posts" button and fix disappearing posts in sidebar
  33. Урок 33. 00:06:42
    Fix posts in sidebar on initial post load
  34. Урок 34. 00:04:34
    Create deletePost endpoint
  35. Урок 35. 00:08:24
    Create delete post UI & call deletePost endpoint
  36. Урок 36. 00:03:43
    Delete post from sidebar
  37. Урок 37. 00:06:21
    Refactor posts context to use reducer instead of state
  38. Урок 38. 00:11:48
    Deploy on DigitalOcean