0% found this document useful (0 votes)
52 views

Database - Mongodb: Presented by

This document summarizes a presentation on creating a simple cake shop registration form using MongoDB. It introduces MongoDB as a cross-platform, document-oriented NoSQL database. It discusses setting up a local MongoDB database rather than a cloud database and using Express.js and Node.js to code the project. It then compares MongoDB and SQL, noting that MongoDB stores flexible JSON-like documents in collections rather than rigid rows in tables. The document concludes that a simple registration page was created using MongoDB with JavaScript for database connectivity.

Uploaded by

Pallavi Bharti
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views

Database - Mongodb: Presented by

This document summarizes a presentation on creating a simple cake shop registration form using MongoDB. It introduces MongoDB as a cross-platform, document-oriented NoSQL database. It discusses setting up a local MongoDB database rather than a cloud database and using Express.js and Node.js to code the project. It then compares MongoDB and SQL, noting that MongoDB stores flexible JSON-like documents in collections rather than rigid rows in tables. The document concludes that a simple registration page was created using MongoDB with JavaScript for database connectivity.

Uploaded by

Pallavi Bharti
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Database - Mongodb

Presented by:
Varude Akshata Vivek-18141102
Kamble Shweta Shashikant-18141114
Introduction

1)Here we try to create a simple registration form for cake shope for booking a
cake by using Mongodb database .
2)Mongodb is one of the best tools for serious web developers.
3)MongoDb is a cross-Plattform document oriented NoSQL database.
4)We use local database rather than cloud database.
5)For this Install setup of Mongodb.
6)Code Language – Express js n node js.
7)For this install node js.

2
Camparison Between MongoDb
and Sql:
MongoDB is an open-source MySQL is a popular open-source
database developed by relational database management
MongoDB, Inc. MongoDB stores system (RDBMS) that is
data in JSON-like documents developed, distributed and
that can vary in structure. It is a supported by Oracle Corporation
popular
In NoSQL
MongoDB, database
each individual In MySQL, each individual
records are stored as records are stored as ‘rows’ in a
‘documents’. table.
Documents belonging to a A ‘table’ is used to store rows
particular class or group as (records) of similar type.
stored in a ‘collection’.
Example: collection of users.
MongoDB was designed with MySQL concept does not allow
high availability and scalability efficient replication and sharding
in mind, and includes out-of- but in MySQL one can access 3
Conclusion :
So,here we conclude that The simple registration
page project is done by using MongoDb database
by using javascript coding for database connectivity.

4
THANK YOU.

You might also like