Full Stack App Creator
No Thumbnail Available
Date
2021-11-20
Journal Title
Journal ISSN
Volume Title
Publisher
Library Information Services, COMSATS University Islamabad, Lahore Campus.
Abstract
For all database driven web applications, developers need to implement at least
four CRUD (create, read, update, and delete) operations for almost every table in
the database. This leads to the development of repetitive tasks of creating a web
form and connecting to the database because the process of connecting and
querying the database remains the same for almost all tables. Especially when
there are few relationships between tables. Front-end and back-end
implementation may vary from application to application, but with authentication
and authorization, almost all applications will have the same functionality. There
are many instant CRUD generators for various technologies, but they are almost
all black boxes and difficult for developers to adapt. We bridged this gap by
providing a dedicated CRUD React production tool for MERN called Full Stack App
Creator that automates the implementation of the above functionality in standard
REST1 mode. Our advanced tool generates application code for frontend and
backend according to the specified JSON scheme without generating CRUD
functions in black box. We used configurations and rules to simplify the code
generation process. This helps you develop web applications to build more
sophisticated and high quality web applications in less time.
Description
Keywords
Full Stack App Creator, Computer science, SP17, web applications, developers, Front-end and back-end implementation