<?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: Heeraj</title>
    <description>The latest articles on DEV Community by Heeraj (@h33raj).</description>
    <link>https://dev.to/h33raj</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%2F615915%2Ffe69bb93-dfbb-43b1-b023-30c64424521e.jpeg</url>
      <title>DEV Community: Heeraj</title>
      <link>https://dev.to/h33raj</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/h33raj"/>
    <language>en</language>
    <item>
      <title>Strapi Node.js headless CMS</title>
      <dc:creator>Heeraj</dc:creator>
      <pubDate>Sat, 17 Apr 2021 03:45:27 +0000</pubDate>
      <link>https://dev.to/h33raj/strapi-node-js-headless-cms-21e5</link>
      <guid>https://dev.to/h33raj/strapi-node-js-headless-cms-21e5</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--AvHasCky--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/pc5m0si91f57pfgtwc9i.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--AvHasCky--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/pc5m0si91f57pfgtwc9i.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Strapi is the leading open-source headless CMS. It’s 100% Javascript, fully customizable and developer-first. Strapi is the leading open-source headless CMS it helps your design APIs fast without re-inventing the wheel. With over 25,000 stars ⭐️ on GitHub and more than 400 contributors 🙋🏻‍♂️, Strapi is the most popular open-source headless CMS.&lt;/p&gt;

&lt;h1&gt;
  
  
  Installation
&lt;/h1&gt;

&lt;p&gt;Install Node.js from NodeSource installation script&lt;/p&gt;

&lt;p&gt;&lt;code&gt;$ curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;NodeSource repository is enabled, install Node.js and npm&lt;/p&gt;

&lt;p&gt;&lt;code&gt;$ sudo apt install nodejs&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Node.js and npm were successfully installed by printing their versions&lt;/p&gt;

&lt;p&gt;&lt;code&gt;$ node --version&lt;/code&gt;&lt;br&gt;
&lt;code&gt;$ npm --version&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Compile native addons from npm you’ll need to install the development tools&lt;/p&gt;

&lt;p&gt;&lt;code&gt;$ sudo apt install build-essential&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Install Strapi and Create a new project&lt;/p&gt;

&lt;p&gt;&lt;code&gt;$ npx create-strapi-app my-project --quickstart&lt;/code&gt;&lt;/p&gt;

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

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

&lt;p&gt;Create an Administrator user.&lt;br&gt;
Navigate to &lt;a href="http://localhost:1337/admin"&gt;http://localhost:1337/admin&lt;/a&gt; (opens new window).&lt;br&gt;
Complete the form to create the first Administrator user.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://heeraj.com"&gt;Website&lt;/a&gt;&lt;br&gt;
&lt;a href="https://heeraj.com/blog"&gt;Blog&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>startup</category>
      <category>firstpost</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
