<?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: Akanksha Pandey</title>
    <description>The latest articles on DEV Community by Akanksha Pandey (@akankshap97).</description>
    <link>https://dev.to/akankshap97</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%2F253967%2F5624f0df-996a-4e25-aed9-496c8f6da8a5.jpeg</url>
      <title>DEV Community: Akanksha Pandey</title>
      <link>https://dev.to/akankshap97</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/akankshap97"/>
    <language>en</language>
    <item>
      <title>DevHub</title>
      <dc:creator>Akanksha Pandey</dc:creator>
      <pubDate>Fri, 11 Sep 2020 18:46:04 +0000</pubDate>
      <link>https://dev.to/akankshap97/placeholder-title-5fd2</link>
      <guid>https://dev.to/akankshap97/placeholder-title-5fd2</guid>
      <description>&lt;p&gt;GitHub Actions x DEV Hackathon&lt;/p&gt;

&lt;h3&gt;
  
  
  My Workflow
&lt;/h3&gt;

&lt;p&gt;DevHub A Social network for developers, It is a MERN stack based social network app that includes authentication, profiles and forum posts. &lt;/p&gt;

&lt;h3&gt;
  
  
  Submission Category:
&lt;/h3&gt;

&lt;p&gt;DIY Deployments, Phone Friendly and Wacky Wildcards&lt;/p&gt;

&lt;h3&gt;
  
  
  Yaml File or Link to Code
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--e6-Ue103--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/nd2txkfawuv79yreaf65.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--e6-Ue103--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/nd2txkfawuv79yreaf65.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vJ70wriM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/github-logo-ba8488d21cd8ee1fee097b8410db9deaa41d0ca30b004c0c63de0a479114156f.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/Akanksha-P97"&gt;
        Akanksha-P97
      &lt;/a&gt; / &lt;a href="https://github.com/Akanksha-P97/DevHub"&gt;
        DevHub
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Social network for developers. It is a MERN stack based social network app that includes authentication, profiles and forum posts.
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
DevHub&lt;/h1&gt;
&lt;blockquote&gt;
&lt;p&gt;Social network for developers.
It is a MERN stack based social network app that includes authentication, profiles and forum posts.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h1&gt;
Quick Start 🚀
&lt;/h1&gt;
&lt;h3&gt;
Add a default.json file in config folder with the following&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;{
  "mongoURI": "&amp;lt;your_mongoDB_Atlas_uri_with_credentials&amp;gt;",
  "jwtSecret": "secret",
  "githubToken": "&amp;lt;yoursecrectaccesstoken&amp;gt;"
}
&lt;/code&gt;&lt;/pre&gt;
&lt;h3&gt;
Install server dependencies&lt;/h3&gt;
&lt;div class="highlight highlight-source-shell"&gt;&lt;pre&gt;npm install&lt;/pre&gt;&lt;/div&gt;
&lt;h3&gt;
Install client dependencies&lt;/h3&gt;
&lt;div class="highlight highlight-source-shell"&gt;&lt;pre&gt;&lt;span class="pl-c1"&gt;cd&lt;/span&gt; client
npm install&lt;/pre&gt;&lt;/div&gt;
&lt;h3&gt;
Run both Express &amp;amp; React from root&lt;/h3&gt;
&lt;div class="highlight highlight-source-shell"&gt;&lt;pre&gt;npm run dev&lt;/pre&gt;&lt;/div&gt;
&lt;h3&gt;
Build for production&lt;/h3&gt;
&lt;div class="highlight highlight-source-shell"&gt;&lt;pre&gt;&lt;span class="pl-c1"&gt;cd&lt;/span&gt; client
npm run build&lt;/pre&gt;&lt;/div&gt;
&lt;h3&gt;
Test production before deploy&lt;/h3&gt;
&lt;p&gt;After running a build in the client 👆, cd into the root of the project.&lt;br&gt;
And run...&lt;/p&gt;
&lt;div class="highlight highlight-source-shell"&gt;&lt;pre&gt;NODE_ENV=production node server.js&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Check in browser on &lt;a href="http://localhost:5000/" rel="nofollow"&gt;http://localhost:5000/&lt;/a&gt;&lt;/p&gt;

&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/Akanksha-P97/DevHub"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


</description>
      <category>actionshackathon</category>
    </item>
  </channel>
</rss>
