AWS serverless app boilerplate (API Gateway edition) :rocket:
AB-APP is an AWS serverless boilerplate application that can be used as a starting point for creating your own applications. It is built using bit, allowing users to not only use the entire application but also make use of specific parts of it. AB-APP is a fictional site based on the novel "Monday Begins on Saturday" and exposes a list of institute departments for authenticated users. Users can also add and edit departments.
AB-APP is an AWS serverless boilerplate application that serves as a starting point for creating applications. It includes features such as authentication using JWT tokens, tables for viewing data, and forms for adding and editing data. The application is still under development and documentation may be outdated.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.