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.
To install AB-APP for local development, follow these steps:
npm install in the root folder, as well as the frontend and backend folders.mysql.dump.sql into your MariaDB instance..env in the backend folder and add the following content (replacing DB_HOST with the IP of your local DB instance):DB_HOST=<your_db_host>
abapp with the password abapp in your mysql.user table and give appropriate rights to allow the lambda function to connect and work with your database.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.