maryamaljanabi / bestbags-nodejs-ecommerce

A responsive ecommerce website using Node js, Express js, and MongoDB
318 stars 206 forks source link

Schemas missing "_id" field - Readme.md #24

Closed AntonioWeb-dev closed 3 years ago

AntonioWeb-dev commented 3 years ago

The schemas have a good representation, but the "_id" field isn't there(I know that "_id" field is automatically created by MongoDB ). It is important to have a full description of your schemas even if the field it's not fully explicit, in case anyone wants to have an overview about the project.

maryamaljanabi commented 3 years ago

@AntonioWeb-dev Hi, thanks for the comment. I didn't mention it because as you said, it's automatically created. I'll update it soon to include that field.