<?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: kishoredurai</title>
    <description>The latest articles on DEV Community by kishoredurai (@kishoredurai).</description>
    <link>https://dev.to/kishoredurai</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%2F784891%2F8f7eddae-2830-4dd8-8c6c-3bce856a2b21.jpeg</url>
      <title>DEV Community: kishoredurai</title>
      <link>https://dev.to/kishoredurai</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kishoredurai"/>
    <language>en</language>
    <item>
      <title>[E-Commerce Furniture Portal using MongoDB Atla]</title>
      <dc:creator>kishoredurai</dc:creator>
      <pubDate>Wed, 12 Jan 2022 17:56:27 +0000</pubDate>
      <link>https://dev.to/kishoredurai/e-commerce-furniture-portal-using-mongodb-atla-38d9</link>
      <guid>https://dev.to/kishoredurai/e-commerce-furniture-portal-using-mongodb-atla-38d9</guid>
      <description>&lt;h3&gt;
  
  
  Overview of My Submission
&lt;/h3&gt;

&lt;p&gt;It is an e-commerce Furniture Portal. Where you can buy all type of furnitures. In this portal we had also intergrated payment gateway for transaction . We also had admin dashboard to add ,delete and update the product details. we had also used mongodb Atlas a cloud based nosql database.&lt;/p&gt;

&lt;h4&gt;
  
  
  Tech Stack:
&lt;/h4&gt;

&lt;h5&gt;
  
  
  Frontend:
&lt;/h5&gt;

&lt;ul&gt;
&lt;li&gt;bootstrap&lt;/li&gt;
&lt;/ul&gt;

&lt;h5&gt;
  
  
  Backend:
&lt;/h5&gt;

&lt;ul&gt;
&lt;li&gt;Node.js&lt;/li&gt;
&lt;li&gt;express.js&lt;/li&gt;
&lt;/ul&gt;

&lt;h5&gt;
  
  
  Database:
&lt;/h5&gt;

&lt;ul&gt;
&lt;li&gt;MongoDB&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;E-Commerce Creation&lt;/p&gt;

&lt;h3&gt;
  
  
  Link to Code
&lt;/h3&gt;

&lt;p&gt;Github Link : &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--566lAguM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/kishoredurai"&gt;
        kishoredurai
      &lt;/a&gt; / &lt;a href="https://github.com/kishoredurai/goldenstar-furniture"&gt;
        goldenstar-furniture
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      E-commerce portal
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;&lt;h1&gt;
Golden Star Ecommerce Website&lt;/h1&gt;
&lt;h2&gt;
Introduction&lt;/h2&gt;
&lt;p&gt;A virtual ecommerce website using Node js, Express js, and Mongoose.&lt;/p&gt;
&lt;h2&gt;
Submission Category:&lt;/h2&gt;
&lt;p&gt;This Project comes under E-Commerce Creation&lt;/p&gt;
&lt;h2&gt;
Technology&lt;/h2&gt;
&lt;p&gt;The application is built with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Node.js version 12.16.3&lt;/li&gt;
&lt;li&gt;MongoDB version 4.2.0&lt;/li&gt;
&lt;li&gt;Express version 4.16.1&lt;/li&gt;
&lt;li&gt;Bootstrap version 4.4.1&lt;/li&gt;
&lt;li&gt;FontAwesome version 5.13.0&lt;/li&gt;
&lt;li&gt;Stripe API v3: used for payment in the checkout page&lt;/li&gt;
&lt;li&gt;Passport: used for authentication&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
Features&lt;/h2&gt;
&lt;p&gt;The application displays a Furniture store that contains virtual products and contact information.&lt;/p&gt;
&lt;h3&gt;
User:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Create an account, login or logout&lt;/li&gt;
&lt;li&gt;Browse available products added by the admin&lt;/li&gt;
&lt;li&gt;Add products to the shopping cart&lt;/li&gt;
&lt;li&gt;Delete products from the shopping cart&lt;/li&gt;
&lt;li&gt;Display the shopping cart&lt;/li&gt;
&lt;li&gt;To checkout, a user must be logged in&lt;/li&gt;
&lt;li&gt;Checkout information is processed using stripe and the payment is send to the admin&lt;/li&gt;
&lt;li&gt;The profile contains all the orders a user has made&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
Admin:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Login or logout to the admin panel&lt;/li&gt;
&lt;li&gt;View all the information stored in the…&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/kishoredurai/goldenstar-furniture"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;h3&gt;
  
  
  Additional Resources / Info&lt;br&gt;
&lt;/h3&gt;

&lt;h3&gt;
  
  
  Demonstration
&lt;/h3&gt;

&lt;p&gt;The application is deployed to Heroku and can be accessed through the following link:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://goldenfurniture.herokuapp.com/"&gt;Golden Furniter&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Features
&lt;/h3&gt;

&lt;p&gt;The application displays a Furniture store that contains virtual products and contact information.&lt;/p&gt;

&lt;h4&gt;
  
  
  User:
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Create an account, login or logout&lt;/li&gt;
&lt;li&gt;Browse available products added by the admin&lt;/li&gt;
&lt;li&gt;Add products to the shopping cart&lt;/li&gt;
&lt;li&gt;Delete products from the shopping cart&lt;/li&gt;
&lt;li&gt;Display the shopping cart&lt;/li&gt;
&lt;li&gt;To checkout, a user must be logged in&lt;/li&gt;
&lt;li&gt;Checkout information is processed using stripe and the payment is send to the admin&lt;/li&gt;
&lt;li&gt;The profile contains all the orders a user has made&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Admin:
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Login or logout to the admin panel&lt;/li&gt;
&lt;li&gt;View all the information stored in the database. They can view/add/edit/delete orders, users, products and categories. The cart model cannot be modified by an admin because a cart is either modified by the logged in user before the purchase or deleted after the purchase.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Screenshot
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Home Page
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Hr3U_7fW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/o92mxe5lkblunb9iuyew.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Hr3U_7fW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/o92mxe5lkblunb9iuyew.png" alt="homepage" width="880" height="437"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Products Page
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--GqgHtxa---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/pczujzquyzaw7jz8w5eh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--GqgHtxa---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/pczujzquyzaw7jz8w5eh.png" alt="product" width="880" height="434"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Admin Dashboard Page
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--H697r2xq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ld2zda1t77g7pg31ukyd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--H697r2xq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ld2zda1t77g7pg31ukyd.png" alt="admin Dasboard" width="880" height="435"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  Developed by  &lt;a href="https://www.linkedin.com/in/kishore-durai-7932321a4/"&gt;kishoredurai&lt;/a&gt;
&lt;/h3&gt;

</description>
      <category>atlashackathon</category>
      <category>mongodb</category>
      <category>node</category>
    </item>
  </channel>
</rss>
