<?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: Pratham Mehta</title>
    <description>The latest articles on DEV Community by Pratham Mehta (@prathamdmehta).</description>
    <link>https://dev.to/prathamdmehta</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%2F1529843%2F2452d315-09a1-4e3a-b563-4c0ea325814c.jpeg</url>
      <title>DEV Community: Pratham Mehta</title>
      <link>https://dev.to/prathamdmehta</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/prathamdmehta"/>
    <language>en</language>
    <item>
      <title>I’m trying to reduce repetitive backend setup and would like feedback.</title>
      <dc:creator>Pratham Mehta</dc:creator>
      <pubDate>Tue, 28 Jul 2026 14:55:23 +0000</pubDate>
      <link>https://dev.to/prathamdmehta/im-trying-to-reduce-repetitive-backend-setup-and-would-like-feedback-5355</link>
      <guid>https://dev.to/prathamdmehta/im-trying-to-reduce-repetitive-backend-setup-and-would-like-feedback-5355</guid>
      <description>&lt;p&gt;I got tired of rebuilding the same FastAPI setup every time, so I made &lt;strong&gt;backend-dash&lt;/strong&gt; — a small CLI to set it up for me.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;uvx backend-dash init &lt;span class="s2"&gt;"My API"&lt;/span&gt; &lt;span class="nt"&gt;--auth&lt;/span&gt; &lt;span class="nt"&gt;--db&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;postgres
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;or:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install &lt;/span&gt;backend-dash
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Open source and happy to hear feedback:&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/prathamdmehta/backend-dash" rel="noopener noreferrer"&gt;https://github.com/prathamdmehta/backend-dash&lt;/a&gt;&lt;/p&gt;

</description>
      <category>fastapi</category>
      <category>python</category>
      <category>cli</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
