Skip to content

A Strapi application to demonstrate how to create content types using the Strapi Dashboard Admin UI and expose them via APIs.

Notifications You must be signed in to change notification settings

rupakg/strapi-books-api

Repository files navigation

🚀 Strapi Books API

A Strapi application to demonstrate how to create content types using the Strapi Dashboard Admin UI and expose them via APIs.

The strapi-books-api application is a companion app for the article How to create a Strapi CMS app to manage content written by Rupak Ganguly.

Use Strapi CMS to 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
  • 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 application to demonstrate how to create content types using the Strapi Dashboard Admin UI and expose them via APIs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published