Making APIs with MERN Stack
1. Basics of APIs
API = Application Programming Interface
Allows different software to talk to each other
We'll focus on web APIs that use HTTP
2. RESTful API Design
REST = Representational State Transfer
Design style for APIs
Uses standard H...
qzseeker.hashnode.dev3 min read