Login required for access
In order to watch this lesson, you'll need to login to the website.
Save Posts with HTML Form
Fullstack Social iOS NodeJS REST
Now that you have a bit of understanding on creating objects using Waterline, let's move on and start saving post objects in our database. The easiest way to do this is to create an HTML form that allows us to submit objects to our server. Forms can pass data through "POST" requests on the request body, which we will access on the server side. Taking care of this step will allow us to display posts in HTML as well using EJS, a javascript templating engine.

Comments (8)
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
HELP & SUPPORT