Backend : Strapi is an open-source, flexible, and scalable headless CMS that lets you manage and expose content via APIs. Learn about its features, advantages, use cases, and how it compares with traditional CMS.
Running the backend in development mode:
cd backend
npm install
npm run develop
Running the frontend in development mode:
cd intellectia-blog
npm install
npm run dev