This is the first of a two-articles series showing how to build client-server systems by actually applying the REST architecture principles. In this part, you will learn how to create a RESTful API by implementing a simple dashboard wrapper for the Auth0 Management API. In the second part, you will learn how to implement a RESTful client that consumes the API.
In order to build the application, you will use Express.js and React.js, but the principles are valid for any language and platform.
Top comments (0)