mjayjones13 / beans

0 stars 0 forks source link

Client: Model - User #7

Closed joshcox closed 7 years ago

joshcox commented 7 years ago

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.