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