DEV Community

Ramiro for Auth0

Posted on • Updated on • Originally published at auth0.com

REST Architecture - Part 1: Building The API

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.

Part 1: Building The API
Part 2: Building The Client

REST Architecture - Part 1: Building The API

Top comments (0)