Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Express Basics!
You have completed Express Basics!
Preview
Learn how to send data to the server using POST requests.
Express Documentation
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
Now we can start interacting
with the data from our users.
0:00
That means we'll be using a new
kind of request, a post request,
0:03
as opposed to the get request.
0:07
Remember, a get request simply asks for
data, like a web page from a server.
0:10
But when a client sends data to
the server it's called a post request.
0:15
In this video, we'll build an HTML
form that makes a post request.
0:20
We'll also write the route to
handle the data from that form.
0:25
I think user interaction is probably
the most fun part of building an app.
0:29
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up