<?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: ATISHAYA JAIN</title>
    <description>The latest articles on DEV Community by ATISHAYA JAIN (@atishaya2020gif).</description>
    <link>https://dev.to/atishaya2020gif</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%2F4100681%2F8818eda5-4e1a-4552-88e0-ce99960c6c50.png</url>
      <title>DEV Community: ATISHAYA JAIN</title>
      <link>https://dev.to/atishaya2020gif</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/atishaya2020gif"/>
    <language>en</language>
    <item>
      <title>Building a Full-Stack Social Media Platform with React, Django REST Framework &amp; PostgreSQL</title>
      <dc:creator>ATISHAYA JAIN</dc:creator>
      <pubDate>Sat, 29 Aug 2026 19:25:07 +0000</pubDate>
      <link>https://dev.to/atishaya2020gif/building-a-full-stack-social-media-platform-with-react-django-rest-framework-postgresql-440k</link>
      <guid>https://dev.to/atishaya2020gif/building-a-full-stack-social-media-platform-with-react-django-rest-framework-postgresql-440k</guid>
      <description>&lt;p&gt;Building a Full-Stack Social Media Platform with React, Django REST Framework &amp;amp; PostgreSQL&lt;/p&gt;

&lt;p&gt;Building projects from tutorials is useful, but the real learning starts when you have to connect multiple systems together and make them behave like one application.&lt;/p&gt;

&lt;p&gt;That was the idea behind &lt;strong&gt;Pulse&lt;/strong&gt;, a full-stack social media platform I built using &lt;strong&gt;React, Django REST Framework and PostgreSQL&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The goal wasn't just to create a social media UI. I wanted to understand what happens behind the interface — authentication, API design, database communication, media storage, token management and deployment.&lt;/p&gt;

&lt;h2&gt;
  
  
  🚀 What I Wanted to Build
&lt;/h2&gt;

&lt;p&gt;I wanted Pulse to support the core functionality you'd expect from a modern social platform:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;User registration and login&lt;/li&gt;
&lt;li&gt;JWT-based authentication&lt;/li&gt;
&lt;li&gt;User profiles&lt;/li&gt;
&lt;li&gt;Creating posts&lt;/li&gt;
&lt;li&gt;Image uploads&lt;/li&gt;
&lt;li&gt;Likes and comments&lt;/li&gt;
&lt;li&gt;Search and filtering&lt;/li&gt;
&lt;li&gt;Responsive frontend&lt;/li&gt;
&lt;li&gt;A REST API connecting the frontend and backend&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The result became a project that taught me much more about full-stack architecture than I expected.&lt;/p&gt;

&lt;h2&gt;
  
  
  🧰 The Technology Stack
&lt;/h2&gt;

&lt;p&gt;The project is divided into a React frontend and a Django REST Framework backend.&lt;/p&gt;

&lt;h3&gt;
  
  
  Frontend
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;React 19&lt;/li&gt;
&lt;li&gt;Vite&lt;/li&gt;
&lt;li&gt;React Router&lt;/li&gt;
&lt;li&gt;Axios&lt;/li&gt;
&lt;li&gt;Tailwind CSS&lt;/li&gt;
&lt;li&gt;Framer Motion&lt;/li&gt;
&lt;li&gt;Lucide React&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Backend
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Django&lt;/li&gt;
&lt;li&gt;Django REST Framework&lt;/li&gt;
&lt;li&gt;Simple JWT authentication&lt;/li&gt;
&lt;li&gt;Django Filter&lt;/li&gt;
&lt;li&gt;PostgreSQL&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Infrastructure
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Neon PostgreSQL&lt;/li&gt;
&lt;li&gt;Cloudinary&lt;/li&gt;
&lt;li&gt;Vercel&lt;/li&gt;
&lt;li&gt;Render&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The frontend is deployed separately from the backend, which helped me understand how a real frontend-to-API architecture works.&lt;/p&gt;

&lt;h2&gt;
  
  
  🏗️ The Architecture
&lt;/h2&gt;

&lt;p&gt;The basic architecture looks like this:&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
text
                    React Frontend
                         │
                    Axios Requests
                         │
                    JWT Tokens
                         │
                         ▼
              Django REST Framework
                         │
              ┌──────────┼──────────┐
              │          │          │
              ▼          ▼          ▼
        PostgreSQL   Cloudinary   Authentication
          (Neon)       Storage
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>python</category>
      <category>django</category>
      <category>react</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
