Join our newsletter!
Get exclusive content, resources, and more!
1-2 emails per week, no spam
We'll mostly likely always need to handle data submitted by a user. With Hapi, this is as simple as creating a route which responds to a POST request, in which we can handle the data coming in on the request payload. Let's add in a route for handling new airplane entries.