lab-brussels-1 / home

Home repository for Lab Brussels 1.
https://lab-brussels-1.github.io/home
MIT License
4 stars 5 forks source link

Dnyandeo: Headless CMS, 3 weeks #405

Open Dnyandeo33 opened 2 years ago

Dnyandeo33 commented 2 years ago

headless cms

Learning goals

Dnyandeo33 commented 2 years ago

Week 1

Sorry for the late check-in comment. @danielhalasz

I Need Help With:

What is the difference between API & web service?

What went well?

Sunday Prep Work

Continue studying...

danielhalasz commented 2 years ago

What is the difference between API & web service?

they are indeed very similar concepts, the main difference is that not all APIs are accessible over the web. you can read more about it here: https://rapidapi.com/blog/api-vs-web-service/

Dnyandeo33 commented 2 years ago

Week 1

I Need Help With:

What went well?

Sunday Prep Work

Continue studying Single type and components.

danielhalasz commented 2 years ago
  • Is it possible to create a Home page, Navbar, Buttons, and other pages using strapi 4 ?

no, strapi is just a tool to easily create an API and a database connected to it, that can be used by a frontend app to fetch data. you have to write the frontend separately, in any way you like

  • What is GraphQL.

it is another kind of query language, but we (and most of the web) are using the REST standard for APIs.

danielhalasz commented 2 years ago

@Dnyandeo33 how was week3 for the strapi module?

Dnyandeo33 commented 2 years ago

@danielhalasz Sorry I didn't write check-in because I was sick. Week3 It was awesome,