Setup the Strapi CMS
By Default the Strapi CMS is not included in the project. To setup the CMS follow the steps below.
- Create a new Strapi project
- Copy the contents of the
strapifolder into the root of the new Strapi project - Run
npm installto install the dependencies - Run
npm run developto start the Strapi server - Open the Strapi admin panel at
http://localhost:1337/admin - Create a new user
- Create a new collection type called
Articlewith the following fields:- Title (Text)
- Content (Rich Text)
- Author (Text)
- Image (Media)
- Date (Date)
- Create a new collection type called
Categorywith the following fields:- Name (Text)
- Create a new collection type called
Tagwith the following fields:- Name (Text)
- Create a new collection type called
Userwith the following fields:- Username (Text)
- Email (Text)
- Password (Password)
- Create a new collection type called
Commentwith the following fields:- Name (Text)
- Email (Text)
- Content (Text)
- Article (Relation to Article)
- Create a new collection type called
Settingswith the following fields:
