DEV Community

Cover image for Customizing Strapi API - A Mini-Series
Arunmozhi
Arunmozhi

Posted on

Customizing Strapi API - A Mini-Series

Strapi is an Open Source headless CMS based on NodeJS. It provides the backend admin tools to quickly create an API – both REST and GraphQL.

This is a mini series which outlines:

  1. Setting up Strapi and creating an API
  2. Adding ownership control to the API endpoints
  3. Optimising REST API responses to prevent auto-populating relations

I wrote the above posts based on what I learned from trying to use Strapi as the backend for a user-focused application. I think Strapi provides a fantastic base to start building a web application and hope the things I learned is useful for someone else too.

P.S: I am sorry that I couldn't post the full article here. I hope some day Dev.to's liquid tags will support Wordpress posts.

Top comments (0)