1/4
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
How does a web application work?
Browser sends HTTP request → backend processes request → database queried → backend returns response → frontend displays data.
What is an HTTP request?
A message sent from client to server asking for data or actions.
CORS(Cross-Origin Resource Sharing)
controls which websites can access your API
What is JSON?
JavaScript Object Notation — lightweight format for exchanging data between frontend and backend.
What is SQL?
Relational database model using tables and structured schemas.