Description: Rupak Ganguly's blog :: personal opinions, experiences and writings...
blog (30354) architecture (13610) api (2454) aws (1425) azure (1408) docker (776) gcp (261) serverless (233) microservices (223) lambda (98)
personal opinions, experiences and writings...
© 2023 Rupak Ganguly. Some Rights Reserved . Built with Hugo ❤️ hyde-hyde .
In this Part 2 article, we will build upon the Strapi app we built in the Part 1 article How to create a Strapi CMS app to manage content . But, instead of using the Strapi Dashboard Admin UI to manage content, we will take a deep dive into exploring how we can programmatically create content types, manage content, and consume the content via the Strapi CLI and APIs. We will also look at the anatomy of the Strapi app that is created and explore some of the functionalities that it provides out-of-the-box.