Strapi starter for creating a blog with Strapi.
This starter contains the collection type and configuration to get you up and running with a simple blog.
To deploy this Strapi instance you'll need:
- A Heroku account for free
- A Cloudinary account for saving images for free
Once you have created these accounts you can deploy your instance by clicking on this button
- 2 Collection types: Article, Category
- 2 Created articles
- 2 Created categories
- Permissions set to
true
for article and category
Clone the repository and install dependencies
git clone https://github.com/strapi/strapi-starter-blog.git
cd strapi-starter-blog
# Using yarn
yarn install
yarn develop
# Using npm
npm install
npm run develop
Strapi server is running here => http://localhost:1337
Enjoy this starter