I wonder if it's possible to leverage the Mongoose model that we already created - maybe there's a piece of that (the configuration object containing the schema) that can be extracted out of the Mongoose schema definition and used in both the backend and frontend. A quick investigation should tell us if that's possible.
Create a frontend User model.
I wonder if it's possible to leverage the Mongoose model that we already created - maybe there's a piece of that (the configuration object containing the schema) that can be extracted out of the Mongoose schema definition and used in both the backend and frontend. A quick investigation should tell us if that's possible.