MEAN Tutorial (Part 2) : Set up MongoDB
MongoDB is a scalable, high-performance, open source, document-oriented database. Classified as a NoSQL database. No fixed table schema, or rather no need to predefined columns, and structure. In MongoDB, data stored in Collections ,which are like tables. Items are called “Documents” not “Rows”. Two documents in the same collection may have different forms. So, making […]