<?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: Anisa khan</title>
    <description>The latest articles on DEV Community by Anisa khan (@anisa_khan_a8fffbc928f4c1).</description>
    <link>https://dev.to/anisa_khan_a8fffbc928f4c1</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4012137%2Fad04ebed-0e91-4ff7-9bb8-da8938c3e066.png</url>
      <title>DEV Community: Anisa khan</title>
      <link>https://dev.to/anisa_khan_a8fffbc928f4c1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anisa_khan_a8fffbc928f4c1"/>
    <language>en</language>
    <item>
      <title>I built an AI powered API generator with FastAPI, PostgreSQL, Groq and Railway</title>
      <dc:creator>Anisa khan</dc:creator>
      <pubDate>Thu, 02 Jul 2026 10:58:43 +0000</pubDate>
      <link>https://dev.to/anisa_khan_a8fffbc928f4c1/i-built-an-ai-powered-api-generator-with-fastapi-postgresql-groq-and-railway-4igb</link>
      <guid>https://dev.to/anisa_khan_a8fffbc928f4c1/i-built-an-ai-powered-api-generator-with-fastapi-postgresql-groq-and-railway-4igb</guid>
      <description>&lt;p&gt;I've been learning backend development and built this project to practice &lt;br&gt;
real production concepts.&lt;/p&gt;

&lt;p&gt;What it does&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Generates FastAPI code from a text description using Groq (Llama 3.3)&lt;/li&gt;
&lt;li&gt;Saves, versions, and exports generated code as .py files&lt;/li&gt;
&lt;li&gt;Pagination, search, and soft delete on generation history&lt;/li&gt;
&lt;li&gt;JWT auth, RBAC, rate limiting, Redis caching, background tasks&lt;/li&gt;
&lt;li&gt;Deployed on Railway with PostgreSQL&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Tech Stack&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;FastAPI&lt;/li&gt;
&lt;li&gt;PostgreSQL&lt;/li&gt;
&lt;li&gt;Groq AI (Llama 3.3)&lt;/li&gt;
&lt;li&gt;Redis (Upstash)&lt;/li&gt;
&lt;li&gt;Railway&lt;/li&gt;
&lt;li&gt;Docker&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Live API
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://aiapibuilder-production.up.railway.app/docs" rel="noopener noreferrer"&gt;https://aiapibuilder-production.up.railway.app/docs&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'm still learning so any feedback on code quality or architecture is welcome&lt;/p&gt;

</description>
      <category>ai</category>
      <category>api</category>
      <category>python</category>
      <category>fastapi</category>
    </item>
  </channel>
</rss>
