Kaimono-MongoDB Atlas Hackathon Submission.

Overview of My Submission

My project is a E-Commerce Grocery store based on MERN Stack technology, I used the Mongo Atlas Search Feature in the search bar of the website with auto search configuration. Allowing users to search items all over…


This content originally appeared on DEV Community and was authored by Shivang Mishra

Overview of My Submission

My project is a E-Commerce Grocery store based on MERN Stack technology, I used the Mongo Atlas Search Feature in the search bar of the website with auto search configuration. Allowing users to search items all over website, it shows the item that matches the word or else show the item closest to the word typed by user.

My Search Index Configuration:

{
  "mappings": {
    "dynamic": false,
    "fields": {
      "name": [
        {
          "foldDiacritics": false,
          "maxGrams": 5,
          "minGrams": 1,
          "tokenization": "edgeGram",
          "type": "autocomplete"
        }
      ]
    }
  }
}

Submission Category:

E-Commerce Creation

Link to Code

Additional Resources / Info

Image description

It was really fun for me participating in this hackathon and by building this project I came to learn different MongoDB features which would be really helpful in my future projects.

Contributor: Shivang Mishra ( @shivangm24 )


This content originally appeared on DEV Community and was authored by Shivang Mishra


Print Share Comment Cite Upload Translate Updates
APA

Shivang Mishra | Sciencx (2022-01-13T16:25:27+00:00) Kaimono-MongoDB Atlas Hackathon Submission.. Retrieved from https://www.scien.cx/2022/01/13/kaimono-mongodb-atlas-hackathon-submission/

MLA
" » Kaimono-MongoDB Atlas Hackathon Submission.." Shivang Mishra | Sciencx - Thursday January 13, 2022, https://www.scien.cx/2022/01/13/kaimono-mongodb-atlas-hackathon-submission/
HARVARD
Shivang Mishra | Sciencx Thursday January 13, 2022 » Kaimono-MongoDB Atlas Hackathon Submission.., viewed ,<https://www.scien.cx/2022/01/13/kaimono-mongodb-atlas-hackathon-submission/>
VANCOUVER
Shivang Mishra | Sciencx - » Kaimono-MongoDB Atlas Hackathon Submission.. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/01/13/kaimono-mongodb-atlas-hackathon-submission/
CHICAGO
" » Kaimono-MongoDB Atlas Hackathon Submission.." Shivang Mishra | Sciencx - Accessed . https://www.scien.cx/2022/01/13/kaimono-mongodb-atlas-hackathon-submission/
IEEE
" » Kaimono-MongoDB Atlas Hackathon Submission.." Shivang Mishra | Sciencx [Online]. Available: https://www.scien.cx/2022/01/13/kaimono-mongodb-atlas-hackathon-submission/. [Accessed: ]
rf:citation
» Kaimono-MongoDB Atlas Hackathon Submission. | Shivang Mishra | Sciencx | https://www.scien.cx/2022/01/13/kaimono-mongodb-atlas-hackathon-submission/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.