@padmadev/padma-backend
v0.0.8
Published
Padma Backend
Maintainers
Readme
Padma Backend
Padma Backend is a headless CMS solution built with Strapi.
Getting Started
To integrate Padma’s custom Strapi plugin, follow these steps:
Install the Plugin
If you already have Strapi installed, add the Padma plugin by running the following command:npm install @padmadev/padma-backendyarn add @padmadev/padma-backendConfigure the Plugin
In yourconfig/plugins.tsfile, add the following configuration to enable the plugin:// config/plugins.ts module.exports = { 'padma-backend': { enabled: true, }, };Run the Strapi Application
Start your Strapi application to activate the plugin:npm run develop
Quick Links
- API Documentation: Padma API Docs
- Full Documentation: Padma Documentation
