Build A RESTful API With AdonisJS
Build A RESTful API With AdonisJS
Beginner 126+ students Last updated Nov 2020
About the Course
In this course, I will be showing you how to build a RESTful API with AdonisJS 5. If you are new to building APIs with AdonisJS, then this course is for you. Together, we will build an API for a forum. We are going to look at things like authentication, pagination, filtering and sorting.
Along the line, we will cover some best practices such as structuring endpoints, using correct HTTP methods, and using correct HTTP status codes as well as response formats.
Course Content
5 sections·19 lessons
Logging in
Registering
Setting Up API Tokens
Fetching a list of threads
Replying a thread
Deleting a thread
Updating a thread
Fetching a single thread
Creating a thread
Sorting
Filtering
Pagination
Response format
Preventing unauthorized access
Using route resources
