Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1001 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 1001 Bytes

Strapi 5 - Book API

Scalar Docs

This API acts a starting point for your next Strapi 5 API 🎉 It contains a few key plugins(that I think are needed in all Strapi5 apps)

🔌 Plugins

The following plugins are included in this API:

  • Media Prefix
  • Gen Types
  • Config Sync
  • Init Admin User
  • Logz

🔑 OpenApi

There is also a ready to use Postman collection in the open-api folder.

You can just import it into your Postman and start testing the API.

There is also a script that can be used to convert the Postman collection to an OpenAPI file.

npm run openapi

You can see what the generated thing looks like here

Just copy the generated spec and paste it into Scalar

🚀 Getting Started

To get started with this API, first clone it and then install the dependencies.

Make a copy of the .env.example file and rename it to .env.

Be sure to update the values in the file.