P5.2: REST APIs
A REST API (Representational State Transfer Application Programming Interface) is an architectural style that allows different computer programs to communicate with each other over the web.
In this lesson, we will build a complete, standard REST API using Express that handles CRUD (Create, Read, Update, Delete) operations.
