Abstract:
Every software requires a series of important steps to complete its development.
Before starting to work on a certain project, the first step is to determine how the flow
of work will take place. To design the flow of work and to assign responsibilities to
every person involved in the production of the project, we must design flowcharts,
activity diagrams or use case diagrams. Usually, project managers use different tools
to make these diagrams and if a huge number of people are trying to access a same
tool, there is a chance that it may get slow. Also, some of the tools available on the
internet are not very economical or are not user friendly.
It is necessary to develop an application that gives its users the capability to
develop all these diagrams using a single platform without having to switch between
different applications. Moreover, the application should be economical so that even
the start-ups or students can take advantage of it. Our goal is to develop a web
application that allows users to develop their designs using an interactive environment
and allows them to save and edit their designs or diagrams. The development of the
application is done using MEAN stack which includes MongoDB, Express, Angular
and Node JS