-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cristobal: Headless CMS, 3 weeks #408
Comments
Week 1I Need Help With:
What went well?
What went less well?
Sunday Prep Work
|
well that's the way Strapi is written :) you do need to differentiate between the fields, as it is an array..so they can't have the same number
it is popular, but not sure how you can measure that
yes, that is why we have this module :) only that content will be dynamic that we want, definitely not the entire app. the content that can change constantly or often, or that needs to be generated interactively based on user input..is what can be dynamically generated into HTML |
well, that is expected. you are emulating, simulating a server on your local machine. if you close it, it stops. but instead of npm ci, you should be able to just run |
week2? |
Week 2 I Need Help With:
What went well?
What went less well?This was a very busy week for me but was able to at least understand the basics of Strapi and how to retrieve data from the server. Lessons Learned
Sunday Prep Work
|
Week 3 What was not clear, where did you get stuck?
What was clear, what did you master?
Screen.Recording.2022-09-22.at.22.06.35.movWhere can you still use some help?
Where can you help others moving forwards?
The CourseWhat can there be more of?
What can there be less of?
What material were most helpful (from HYF or elsewhere)?
What HYF material was least helpful?
Any suggestions for future classes?
Thanks
THANK YOU! |
we have covered Auth since then, do you still have questions about it? everything is possible with JS ;) |
well, you have to think about the relation type, in order to be able to create a useable database that can store and fetch information in a sensible way |
Postman is good for testing an API, the various request types of GET, POST, etc. |
I have explained it in Slack to Maria, have you seen it? |
take a look at CSS flexbox for positioning |
my first assumption is that only authorized users can delete anything from the database.. so probably you have to provide a Bearer JWT token in the header of the request. |
headless cms
Learning goals
The text was updated successfully, but these errors were encountered: