ae-andre / insights-bench

An online community of conversation, built with the MERN stack, that will allow those with personal, financial or career-related problems to talk them through with others, in either a private or a public channel.
MIT License
0 stars 3 forks source link

Set up models for User and Conversation #13

Closed tchan128 closed 8 months ago

tchan128 commented 8 months ago

Models subject to change depending on what needs to be added/removed

tchan128 commented 8 months ago

@ae-andre @Jasmineleeyt Removed email in User and added commentId to comment schema

      commentId: {
            type: Schema.Types.ObjectId,
            default: () => new Types.ObjectId(),
        },