🐈

Strapi for the Backend boys

used on projects: Mladý Zdravotník, CO2IN, 🌟 Ackee blog, Richfox (in progress)

Common use cases in Ackee

Headless CMS
  • connected to PostgreSQL DB and G-Cloud Storage for assets storage
  • REST API
  • with endpoint for sending contact emails
  • with some easy custom endpoints (e.g. get slugs of existing posts, customized findOne endpoint - find by slug)
  • try to use the generated CRUD endpoints as much as possible with the use of query params
 

Custom endpoints

example for an endpoint http://strapi-url/api/highlighted-posts
 
service:
 
controller:
 
route:
code in GitLab
 

Custom components

used only in the Ackee Blog CMS
not very well documented in the Strapi docs
very implementation dependant
code in GitLab