Conclusion on Event List

Let's upload our updated application to GitHub and conclude this chapter.

We'll cover the following...

What have we done so far?

In this chapter:

  • We added a new service method to EventsService for returning all events within our database.
  • We created a new feature module, adding a new route to
...