Skip to content

rupakg/strapi-bookshelf

Repository files navigation

🚀 Strapi Bookshelf App

A Strapi CMS web application to demonstrate how we can programmatically use Strapi for managing web page content. We will explore how to create content types, manage content, and consume the content via the Strapi CLI and APIs.

The strapi-bookshelf application is a companion app for the article How to programmatically manage website content using Strapi CMS written by Rupak Ganguly.

Use Strapi CMS APIs to programmatically define, create, and manage content

Development

Pre-requisites

  • Node.js installed
    • Only Maintenance and LTS versions are supported (v14v16, and v18).
    • Node v18.x is recommended for Strapi v4.3.9 and above
  • Node.js package manager
    • npm (v6 only) or yarn (we will use npm in the lab)
  • Python (needed for using SQLite database)

Note: I am using Node.js v18.13.0 and Python 2.7.15 (since we use a SQLite database)

develop

Start your Strapi application with autoReload enabled.

npm run develop
# or
yarn develop

start

Start your Strapi application with autoReload disabled.

npm run start
# or
yarn start

build

Build your admin panel.

npm run build
# or
yarn build

⚙️ Deployment

Strapi gives you many possible deployment options for your project. Find the one that suits you on the deployment section of the documentation.

📚 Learn more

  • Resource center - Strapi resource center.
  • Strapi documentation - Official Strapi documentation.
  • Strapi tutorials - List of tutorials made by the core team and the community.
  • Strapi blog - Official Strapi blog containing articles made by the Strapi team and the community.
  • Changelog - Find out about the Strapi product updates, new features and general improvements.

Feel free to check out the Strapi GitHub repository. Your feedback and contributions are welcome!

✨ Community

  • Discord - Come chat with the Strapi community including the core team.
  • Forum - Place to discuss, ask questions and find answers, show your Strapi project and get feedback or just talk with other Community members.
  • Awesome Strapi - A curated list of awesome things related to Strapi.

About

A Strapi CMS web application to demonstrate how we can programmatically use Strapi for managing web page content and consume them via APIs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published