Coding the Add Author Functionality

Learn how to add the author's data to the database through MeteorJS methods.

Author schema

The author schema determines the data shape of the author collection. Open the imports/api/authors/authors.js file. This is a file in which the shape of the author object is defined. The shape of an object simply refers to the data types contained in the object.

Get hands-on with 1200+ tech skills courses.