<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Eslam</title>
    <description>The latest articles on DEV Community by Eslam (@eslam5464).</description>
    <link>https://dev.to/eslam5464</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2553508%2F925c28a1-51ec-4089-ae46-5332905052e6.jpeg</url>
      <title>DEV Community: Eslam</title>
      <link>https://dev.to/eslam5464</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/eslam5464"/>
    <language>en</language>
    <item>
      <title>FastAPI Template</title>
      <dc:creator>Eslam</dc:creator>
      <pubDate>Mon, 10 Nov 2025 19:14:38 +0000</pubDate>
      <link>https://dev.to/eslam5464/fastapi-template-p9m</link>
      <guid>https://dev.to/eslam5464/fastapi-template-p9m</guid>
      <description>&lt;p&gt;I’m excited to share my new open-source project: &lt;a href="https://github.com/eslam5464/Fastapi-Template" rel="noopener noreferrer"&gt;Fastapi-Template&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It’s designed to give you a solid starting point for building backend APIs with FastAPI while incorporating best practices so you can focus on business logic instead of infrastructure. You can check the &lt;a href="https://github.com/eslam5464/Fastapi-Template/tree/master/docs" rel="noopener noreferrer"&gt;docs&lt;/a&gt; folder for a walkthrough of the architecture and code.&lt;/p&gt;

&lt;h1&gt;
  
  
  Highlights
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;Token authentication using JWT with secure password hashing&lt;/li&gt;
&lt;li&gt;Async SQLAlchemy v2 integration with PostgreSQL&lt;/li&gt;
&lt;li&gt;Database migrations using Alembic&lt;/li&gt;
&lt;li&gt;Organized folder structure with clear separation for routes, schemas, services, and repositories&lt;/li&gt;
&lt;li&gt;Structured logging with Loguru&lt;/li&gt;
&lt;li&gt;Ready-to-use .env configuration and environment management&lt;/li&gt;
&lt;li&gt;Pre-commit hooks and code formatting&lt;/li&gt;
&lt;li&gt;Example cloud storage integration using Backblaze B2&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  Why did I build it?
&lt;/h1&gt;

&lt;p&gt;Having worked on numerous APIs for backend systems, i wanted to remove the time that is consumed to create the folder structure every time i start a project for FastAPI.&lt;/p&gt;

&lt;h1&gt;
  
  
  Note:
&lt;/h1&gt;

&lt;p&gt;Feel free to edit it to match your tone, add any screenshots or code snippets you want, and adjust the bullet points to emphasise what you care about most.&lt;/p&gt;

&lt;p&gt;If you think something is missing, needs refactoring, or could be better structured, I’d love to hear your thoughts in a comment below or open  a PR on Github.&lt;/p&gt;

</description>
      <category>fastapi</category>
      <category>sqlalchemy</category>
      <category>python</category>
    </item>
  </channel>
</rss>
