Cloudbook Website
Cloudbook Website
Cloudbook Website
https://doi.org/10.22214/ijraset.2023.50507
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue IV Apr 2023- Available at www.ijraset.com
Cloudbook Website
Aanchal Padmavat1, Gaurav Agarwal2, Nandini Agrawal3, Madhura Dhongade4
1, 2, 3, 4
Department of Computer Science, Shrimati Kashibai Navale College of Engineering, Pune - 411041
Abstract: CloudBook is a notes-taking platform that allows users to create and organize notes in separate files with headings,
subheadings, and content. The platform automatically updates the changes made when users save and sign out. While phone
notepads are commonly used to write down grocery lists, to-do lists, or notes from presentations, these notes often get lost or
become disorganized.
Additionally, transferring them to a computer can be challenging. To address this issue, CloudBook was created to provide an
organized and accessible format for note-taking.
The platform includes features such as checklists, emoticons, and the ability to save external links for further reading. Users can
access their notes from any device by logging into their accounts.
Keywords: MERN, Notes, Cloud-Based, Flexibility, Organize, Website, Management
I. INTRODUCTION
CloudBook is a website that allows you to create notes with headings, subheadings, and content. Any changes made are
automatically saved to your account when you sign in and out. While many of us use phone notepads to jot down grocery lists or
work-related notes, these can easily get lost or become disorganized. Additionally, transferring this information to a laptop or
desktop for official use can be difficult. CloudBook provides a solution to these issues.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 2110
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue IV Apr 2023- Available at www.ijraset.com
5) Availability: The ability of the database model to remain operational and accessible, even in the presence of failures or
maintenance operations. This includes factors such as failover capabilities, load balancing, and backup and recovery
mechanisms.
6) Flexibility: The ability of the database model to adapt to changing requirements and accommodate new data structures and
types. This includes factors such as the ability to add or modify columns, tables, and data types, and the ability to integrate with
other systems and technologies.
7) Cost: The financial cost of implementing and maintaining the database model, including hardware, software, and licensing
costs, as well as staffing and maintenance costs.
B. Findings
1) Why use a non-relational database like MongoDB instead of a simpler relational database like MySQL?
To a certain extent of the number of records (mostly less), both MySQL and MongoDB function with similar efficiency. But
MongoDB scores over MySQL when the website/application is scaled and thus must store more entries.
3) How did choosing the MERN stack as the underlying architecture of CloudBook help in creating a responsive site?
MERN stack is a robust confluence of 4 modern-day technologies- MongoDB (NoSQL DB), ExpressJS(Web Application
Framework), NodeJS(Server Environment), and ReactJS( Framework for developing frontend). Benefits of each of them are:
a) Mongo DB: Does not need a scheme, Suitable for large scale applications.
b) ExpressJS: Asynchronous, Speedy, Not limited to single page web apps, Robust, Pluggable .
c) ReactJS: Enhances user experience by improving speed and performance of applications, Availability of nested components.
d) NodeJS: Cross-platform, Offers Node Package manager (NPM), Asynchronous.
C. Challenges
Not enough server power is there for extraordinary performance and response time. Many bugs and errors occurred to us while
programming the code as the project is innovative and many new features are being added. Exception handling for instances like the
wrong API calls/ No data sent to API was hard to implement.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 2111
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue IV Apr 2023- Available at www.ijraset.com
V. PROPOSED MODEL
A. Working
Users of the system should be able to retrieve notes based on the authentication token according to the user name and password. The
main agenda of the project is to make sure that there is no conflict or data sharing and each user get to see data of their own. Users
can also have access to the online extension and the Mobile app, which can be handy and can be used to access all the data on the go.
Customers will have access to customer functions, and the employees will have access to both customer and notes management
functions. The customer should be able to do the following functions:
1) Make a new note
2) Delete a note
3) Update a note
4) Access the Mobile Application
5) Access the Web application
6) Access the Cloud Storage.
Whenever you need to take notes and write down important ideas or information, you will find this website very helpful. You can
use it as a note-taking, organizational, and brainstorming tool.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 2112
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue IV Apr 2023- Available at www.ijraset.com
Each note you create can be stored on a virtual page of the website server. You can store an unlimited number of separate notes.
Each can be as long as you desire and have a separate title associated. The CloudBook website works seamlessly with cloud to
automatically back up and sync your notes if the computer is connected to the Internet.
It can also type, write, and draw notes on the device of choice just as one would do using pen and paper. You can add files,
multimedia, and live recordings to your notes to enrich the meaning and context. You can also collaborate and share notes with
others instantaneously and in real-time. It is a user friendly website and is designed especially for personal use. As we see around us,
most of the software is designed for professional use and often personal needs are ignored, CloudBook is exactly for that purpose.
We have used the waterfall model of the Software Development Life Cycle models due to the following reasons:
Requirements are clear and not changing frequently
Application is not complicated and big
Environment is stable
Technology and tools used are not dynamic and is stable
Below diagram represents how once a customer initiates a request for an account or note, the below dependencies are implemented.
Along with that, other database parameters are attached to it as shown in the figure below:
Fig. 3 ER Diagram
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 2113
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue IV Apr 2023- Available at www.ijraset.com
Once we got familiar with the database, below is a detailed representation of how the technology is used in CloudBook.
C. Functional Requirements
1) Distributed Database
Distributed database implies that a single application should be able to operate transparently on data that is spread across a variety of
different databases and connected by a communication network as shown in below figure.
2) Client/Server System
The term client/server refers primarily to an architecture or logical division of responsibilities, the client is the application (also
known as the front-end), and the server is the DBMS (also known as the back-end).
A client/server system is a distributed system in which,
Some sites are client sites and others are server sites.
All the data resides at the server sites.
All applications execute at the client sites.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 2114
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue IV Apr 2023- Available at www.ijraset.com
2) Hardware Interfaces
Windows.
A browser which supports CGI, HTML & Javascript.
3) Communication Interfaces
This project supports all types of web browsers like Google Chrome, Microsoft Edge, Mozilla Firefox,etc. We are using simple
electronic forms for the Login forms, notes updating, etc.
4) Software Interfaces
Following are the software used for the Notes management online application.
Software used Description
Operating system We have chosen Windows operating system for its best support and user-
friendliness.
Database To save the notes records, users record we have chosen Mongo DB database.
React To implement the project, we have chosen React language for its more interactive
support.
E. Non-Functional Requirements
1) Performance Requirements
The steps involved to perform the implementation of notes management database are as listed below.
a) E-R Diagram
The E-R Diagram constitutes a technique for representing the logical structure of a database in a pictorial manner. This analysis is
then used to organize data as a relation, normalizing relation and finally obtaining a relation database.
Entities: Which specify distinct real-world items in an application.
Properties/Attributes: Which specify properties of an entity and relationships.
Relationships: Which connect entities and represent meaningful dependencies between them.
b) Normalization
The basic objective of normalization is to reduce redundancy which means that information is to be stored only once. Storing
information several times leads to wastage of storage space and increase in the total size of the data stored.
If a database is not properly designed it can give rise to modification anomalies. Modification anomalies arise when data is added to,
changed or deleted from a database table. Similarly, in traditional databases as well as improperly designed relational databases,
data redundancy can be a problem. These can be eliminated by normalizing a database.
Normalization is the process of breaking down a table into smaller tables. So that each table deals with a single theme. There are
three different kinds of modifications of anomalies and formulated the first, second and third normal forms (3NF) is considered
sufficient for most practical purposes. It should be considered only after a thorough analysis and complete understanding of its
implications.
2) Safety Requirements
If there is extensive damage to a wide portion of the database due to catastrophic failure, such as a disk crash, the recovery method
restores a past copy of the database that was backed up to archival storage (typically tape) and reconstructs a more current state by
reapplying or redoing the operations of committed transactions from the back up log, up to the time of failure.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 2115
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue IV Apr 2023- Available at www.ijraset.com
3) Security Requirements
Security systems need database storage just like many other applications. However, the special requirements of the security market
mean that vendors must choose their database partner carefully.
F. System Requirements –
1) Database Requirements
Mongo DB
CitrixXenApp7.15 *
And future OS fixpacks x86-64 64
3) Hardware Requirements
Disk Space
Components Requirement Applicable OS
Install directory (/Applications) - 2 Gb or
Notes Mac64 Standard All supported Mac operating systems
more recommended.
Install directory (C:\): 1.5 GB to install
the Notes Basic Client 900 MB, needed
Notes Windows Basic All supported Windows operating systems
to run the Notes Basic Client, excluding
the size of local mail files.
Install directory (C:\): 2.8GB to install
the Notes Standard Client 900 MB,
Notes Windows Standard All supported Windows operating systems
needed to run the Notes Standard Client,
excluding the size of local mail files.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 2116
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue IV Apr 2023- Available at www.ijraset.com
Memory
Components Requirement Applicable OS
Notes Mac64 Standard 1 GB minimum All supported Mac operating systems
All supported Windows operating
Notes Windows Basic 1 GB minimum unless OS requires higher minimum
systems
All supported Windows operating
Notes Windows Standard 1 GB minimum unless OS requires higher minimum
systems
Display
Components Requirement Applicable OS
Notes Mac64 Monitor: 1024 x 768 screen resolution minimum 32 Mb video RAM or All supported Mac operating
Standard more recommended systems
Monitor: 1024 x 768 screen resolution minimum Hardware support for All supported Windows
Notes Windows Basic
OpenGLended operating systems
Notes Windows Monitor: 1024 x 768 screen resolution minimum Hardware support for All supported Windows
Standard OpenGLended operating systems
G. Analysis of Models
We have used the waterfall model of the SDLC models due to the following reasons:
1) Requirements are not changing frequently
2) Application is not complicated and big
3) Project is short
4) Requirement is clear
5) Environment is stable
6) Technology and tools used are not dynamic and is stable
7) Resources are available and train
Different phases Activities performed in each stage
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 2117
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue IV Apr 2023- Available at www.ijraset.com
B. Applications
1) Whenever you need to take notes and write down important ideas or information, you will find this helpful.
2) You can use it as a note-taking, organizational, and brainstorming tool.
3) Each note you create can be stored on a virtual page of the notepad.
4) You can store an unlimited number of separate notes. Each can be as long as you desire and have a separate title associated.
5) The Cloudbook works seamlessly with cloud to automatically back up and sync your notes if the computer is connected to the
Internet.
VIII. RESULTS
A. Android Application
Notes are displayed in a staggered layout form in the android application. The user opens the app and it will open in a temporary
guest account.
1) Add Notes: We can add notes from the plus button at the bottom or from left options menu.
2) Edit/Update Note: Upon opening a note we can see a pencil button at the bottom right, that allows us to edit the note and then a
save button replaces that which allows us to save all changes.
3) Sync Notes: If we want to sync all the changes made in the guest account to our actual account we can use Sync notes in the
option menu.
4) Logout: We can logout from the account using this button.
Below is the android application built with all our proposed model and works in an user-friendly and reactive manner.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 2118
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue IV Apr 2023- Available at www.ijraset.com
B. Web Application
Below is the website built with all our proposed model and works in an user-friendly and reactive manner.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 2119
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 11 Issue IV Apr 2023- Available at www.ijraset.com
IX. CONCLUSIONS
We have successfully created Cloudbook that can ease taking notes and creating to-do lists and create a convenient and easy-to-use
application for users, trying to keep notes. We have created a system that is based on a relational database. We have a database
server supporting hundreds of users. Above all, we hope to provide a comfortable user experience along with the best pricing
available. Development and Programming: Using the approved design, site architecture, technical brief, and sitemap, the
development and programming of the project will begin. This is where the website will come to life and all the elements of the site
will come together to produce a high-quality website. If custom web applications and integrations are required within the site, the
scope for this project can stretch longer.
X. ACKNOWLEDGMENT
We would like to express our profound gratitude to our mentor Prof. G.D. Jadhav Sir for his commendable guidance, constant
support and encouragement and valuable feedback throughout the project duration distribution. We also want to thank the
Department of Computer Science, Shrimati Kashibai Navale College of Engineering for providing resources and research guidance.
Finally, we want to thank our publishers for publishing CloudBook Website paper.
REFERENCES
[1] S. M[1] Hanen Abbes, Faiez Gargouri (2016). “Big Data Integration: A MongoDB Database and Modular Ontologies based Approach.”
[2] [2] Piero Fraternali, Sara Comai, Alessandro Bozzon, Giovanni Toffetti (2010). “Engineering Rich Internet Applications with a Model-Driven Approach.”
[3] Sanchit Aggarwal (2018). “Modern Web-Development using ReactJS.”
[4] Anurag Kumar, Ravi Kumar Singh (2021). “Comparative analysis of AngularJS and ReactJS.”
[5] Dipika Damodaran B, Shirin Sali, Surekha Marium Vargese (2016). “Performance Evaluation of MySQL and MongoDB databases.”
[6] Tung Khuat (2018). “Developing a Frontend application using ReactJS and Redux.”
[7] Igibek Koishyabayev, Alexandros Kapravelos (2020). “Reducing the attack surface of Node.js applications.”
[8] Anjali Chauhan (2019). “A review on various aspects of MongoDB databases.”
[9] Anuja Pande, Prof. A.B. Deshmukh, Prof. M.D. Tambakhe (2020). “E-payment Gateway Model.”
[10] Md Arif Hassan, Zarina Shukur, Mohammad Kamrul Hasan (2020). “An Efficient Electronic Payment System for E-Commer
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 2120