From the course: Building RESTful APIs in Laravel

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Our application: ePetitions API

Our application: ePetitions API

From the course: Building RESTful APIs in Laravel

Start my 1-month free trial

Our application: ePetitions API

- [Instructor] It is much easier to learn a new technology or a new concept by building an actual project. In this course we will build a service site API for an ePetitions service. Let's say that a company wants to display a list of petitions they support, to encourage their users to consider signing them. They can add links to the petitions on their website. Or, they can use an ePetition API to embed a petition widget on their website, where the users can view the petitions details, author, and the number of signatures. They can customize the design of the widget to reflect the design of their website and their brand. They could even analyze the petition's signatures over time, and display a graph of how fast a petition has grown. We will build a simple version of the petitions API. Our petitions will have a title, a category, a description of a cause, an author, and a number of signatures. While building this API, we…

Contents