<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Endpoints on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/endpoints/</link><description>Recent content in Endpoints on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 20 Aug 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/endpoints/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 2: Your First FastAPI Endpoint and Project Structure</title><link>https://ai-blog.noorshomelab.dev/chat-guide/chapter-2-fastapi-intro/</link><pubDate>Wed, 20 Aug 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/chat-guide/chapter-2-fastapi-intro/</guid><description>&lt;p&gt;With your development environment ready, it&amp;rsquo;s time to write some code! This chapter focuses on creating a minimal FastAPI application, understanding its basic components, and establishing a sensible project structure.&lt;/p&gt;
&lt;h3 id="purpose-of-this-chapter"&gt;Purpose of this Chapter&lt;/h3&gt;
&lt;p&gt;By the end of this chapter, you will be able to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Write a simple &amp;ldquo;Hello, World!&amp;rdquo; FastAPI application.&lt;/li&gt;
&lt;li&gt;Run the FastAPI application using Uvicorn.&lt;/li&gt;
&lt;li&gt;Understand basic FastAPI routing.&lt;/li&gt;
&lt;li&gt;Create a foundational project directory structure.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="concepts-explained-fastapi-basics"&gt;Concepts Explained: FastAPI Basics&lt;/h3&gt;
&lt;p&gt;FastAPI is a modern, fast (high-performance) web framework for building APIs with Python 3.8+ based on standard Python type hints. It offers:&lt;/p&gt;</description></item></channel></rss>