Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 375 Bytes

Review.md

File metadata and controls

17 lines (9 loc) · 375 Bytes

Review Questions

What is Node.js?

What is Express?

Mention two parts of Express that you learned about this week.

What is Middleware?

What is a Resource?

What can the API return to help clients know if a request was successful?

How can we partition our application into sub-applications?

What is CORS and why do we need it?