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

Andrii: Headless CMS, 3 weeks #403

Open andriivam opened 1 year ago

andriivam commented 1 year ago

Week 1

I Need Help With:

danielhalasz commented 1 year ago
  • I have some problem with the exercises as in Postman for me was more clear and easy to do it than in the script.

Postman is just there to test an API, but you will sadly have to write the code yourself so it can be used in the frontend.

danielhalasz commented 1 year ago
  • Plus for some of them i'm not really sure what exactly i should use sort, filter etc.....

well it depends if you want to sort (ascending or descending, based on price or alphabetical order, etc.) or if you want to filter the database and only included a subset of the items in the result

andriivam commented 1 year ago

Week 2

I Need Help With:

What went well?

What went less well?

Sunday Prep Work

danielhalasz commented 1 year ago
  • understand relationship in Strapi but at some point i have issues with that. Specially when need to create users.

yes, it is a bit confusing. I think we have to differentiate between the users who can control the Strapi UI and users who use the JS application. I will look into this a bit more.

  • how should i connected my Starpi collection with HTML(simply create file in public folder or it should be done in other way )

well these are 2 different topics, not sure which one you ask about. one is to use the backend created by Strapi in the frontend code, by fetching data from it (if run locally, it is served on localhost:1337), the other question is hosting the frontend app within the Strapi installation, in the public folder. in this case, opening localhost:1337 (or the URL where the app is hosted) in the browser will automatically display the contents of the public folder

danielhalasz commented 1 year ago
  • Was trying to find nice tutorial to understand better but all what i find is already using React so was really confused as i don't know yet React and it wasn't really helpful for me and i feel like waist this week as have so many time but couldn't do to much

yes, just follow until they get to React, that is where we are now..creating the database, the relationships and fetching data using Postman and simple JS queries.

andriivam commented 1 year ago

Week 3

What was not clear, where did you get stuck?

What was clear, what did you master?

Where can you still use some help?

Where can you help others moving forwards?

The Course

What can there be more of?

I wish this module could be more longer as its super exciting

What can there be less of?

All was perfect

What material were most helpful (from HYF or elsewhere)?

This time i just used suggested material and watched record video from our class

Any suggestions for future classes?

Just want to say huge THANK YOU such amazing module)