April 2020
Intermediate to advanced
716 pages
18h 55m
English
For the data persistence aspect of the feature, design the data model considering the fields and values that need to be stored. Then, define and export a Mongoose schema for this data model in a separate file, and place it in the server/models folder. With the data structure defined and ready for the database, you can move on to adding the API endpoints for manipulating this data, as discussed next.
Read now
Unlock full access