learn-to-code-denver / learncoderate

An app to rate and review educational programming resources.
6 stars 2 forks source link

Establish database schema #2

Open mesprague opened 8 years ago

mesprague commented 8 years ago

Based on the API designed to resolve issue 1, create a formal schema for use in the chosen database. This will not necessarily match up to the data format as returned by the API. It should be optimized for storage and ease of query.

mesprague commented 8 years ago

Rough draft is in place. We should decide exactly when to close this.

mesprague commented 8 years ago

Are we actually going to create a schema file? Or are we content with just what's defined in code that uses mongoose?

A JSON schema (for example) would allow client side verification.