Browsing by Author "Muhammad Waqas Ilyas"
Now showing 1 - 1 of 1
- Results Per Page
- Sort Options
Item Full Stack App Creator(Library Information Services, COMSATS University Islamabad, Lahore Campus., 2021-11-20) Muhammad Waqas Ilyas; SP17-BCS-052; M. Usman Akram; LHR TP 7182For 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.