Check the README file in infra
directory.
If previous configured do run: npm run start
in refine-strapi-system-news
directory
You can log in to http://localhost:1337 with jz@gmail.com/Strapi20242024
Show this steps for other collection
-
Create Strapi project:
npx create-strapi-app@latest refine-strapi-system-news --quickstart
-
Create a new collection type with Display name
System news update
this will create:- API ID singular: system-news-update
- API ID plural: system-news-updates
-
Create 2 fields for this collection:
Title
which is a Short text andDescription
which is Rich text (blocks) -
Save
-
In Content manager Create new content, save and publish.
-
We want to open the API so go to
Settings -> USERS&PERMISSIONS PLUGIN -> Roles
, find Public role and in Permission forSystem-news-update
select all -
Save
If you visit http://localhost:1337/api/system-news-updates
your previous Content, that you created above, should be displayed.
Check README file in api
directory
Flow:
- First tutorial
- Basic App
- Basic Auth
- Adding keycloak
- 2 data providers
- Custom update action
Notes:
- Be sure that the infra containers are running and are configured.
- Don't forget to run strapi from refine-strapi-system-news directory
- Run ui with:
npm run dev