Deploy Strapi to Heroku

A step by step guide deploy the Strapi to Heroku

Ckmobile
Geek Culture

--

In this article, we are going to demonstrate how to deploy the Strapi to Heroku.

We follow this documentation to deploy. However, the steps will be a little bit difference in order to deploy successfully.

Source code:

https://ckmobile1.teachable.com/p/a-step-by-step-guide-to-deploy-strapi-to-heroku

By the way, to support us, please feel free to SUBSCRIBE .

Create Strapi project

First, we create a Strapi project by typing this command inside the terminal/cmd.

npx create-strapi-app mycms --quickstart

Create a collection in localhost

After the projected is created, it will automatically jump to the following page. This is a local server and we can type our info to setup the admin account.

To create a new collection, we can click on the “Content-Types Builder” and click “Create…

--

--