
Strapi a great CMS
Table of Contents
Strapi an open source Content Management System
Strapi The leading open-source headless CMS. 100% JavaScript / TypeScript and fully customizable.
I feel Strapi is good
. Very easy to get started and setup. I barely read the documentation and started creating Content types and Content.
Getting started:
npx create-strapi-app@latest my-project
Need to install the following packages:
create-strapi-app@4.25.2
Ok to proceed? (y) y
? Choose your installation type Quickstart (recommended)
We can't find any auth credentials in your Strapi config.
Create a free account on Strapi Cloud and benefit from:
- ✦ Blazing-fast ✦ deployment for your projects
- ✦ Exclusive ✦ access to resources to make your project successful
- An ✦ Awesome ✦ community and full enjoyment of Strapi's ecosystem
Start your 14-day free trial now!
? Please log in or sign up. Skip
Creating a quickstart project.
Running the Project:
yarn develop
Actions available
One more thing...
Create your first administrator 💻 by going to the administration panel at:
┌─────────────────────────────┐
│ http://localhost:1337/admin │
└─────────────────────────────┘
This will run the project in Development mode. At first you need to create an Admin account. Provide you credentials.
yarn strapi export –no-encrypt –no-compress –file export-to-aws
yarn strapi import -f export-to-aws.tar