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)
The following plugins are included in this API:
- Media Prefix
- Gen Types
- Config Sync
- Init Admin User
- Logz
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
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.