const Post = new Schema( { subject: { type: String, required: true }, content: { type: String, required: true }, }, { timestamps: true } )
const User = new Schema( { posts: [{ type: Schema.Types.ObjectId, ref: "posts" }], username: { type: String, required: true }, email: { type: String, required: true }, password_digest: { type: String, required: true }, }, { timestamps: true } );
Our Fair Market app will offer a platform for shoppers to navigate through and review community-based shops. Upon sign-in, users can review these shops and make posts on the different StoreFront socials. Users can click on these posts to be directed toward a social post detail page. We hope that Fair Market will serve as a platform to empower often-overlooked under under-resourced communities of shops.
https://docs.google.com/document/d/1EavD0SQ0x4ybCx2zqqlfipHpTF8nwWjcXbM4CgzKeIg/edit?usp=sharing
https://whimsical.com/NZE9DgRCB2WibG55RYYQx3
https://github.com/heresy0-0y/fair-market/projects/1
https://assets.adobe.com/id/urn:aaid:sc:US:21058031-ca9e-4aef-a287-2f7f56bbd7ab?view=difile)
- variety in store owners
- comment
- store items
- store configuration flexibility
- incorporation of 'like' functionality