genericsuite-be-scripts
v1.0.12
Published
GenericSuite Scripts (backend version)
Downloads
81
Maintainers
Readme
The GenericSuite Scripts (backend version).
GenericSuite is a versatile backend solution, designed to provide a comprehensive suite of features for Python APIs. It supports various frameworks including Chalice, FastAPI, and Flask, making it adaptable to a range of projects. This repository contains the backend scripts necessary to build and deploy APIs made by the backend version of The GenericSuite.
Features
- AWS Deployment: Deployment to AWS as Lambda Function with API Gateway usig SAM (AWS Serverless Application Model).
- Local Development Environment: running with http or https, with or without Docker.
- Local DNS Server: to allow https API access with a domain name like
app.exampleapp.local
and allow access from another devices locally (e.g. smartphones) to test your App. - Self-signed SSL certificates creation: to allow local development frontend and backend environments run over secure https connections.
- Common JSON config management: to add the Git Submodule with the common JSON config directories.
- Local MongoDB Docker conntainer: used by the test site and allows to have an offline local development environment.
Getting Started
Visit the GenericSuite Documentation for details about getting started, pre-requisites, installation, configuration, structure and operation.
Usage
Check the The GenericSuite backend development scripts for more details.
Documentation
License
GenericSuite is open-sourced software licensed under the ISC license.
Credits
This project is developed and maintained by Carlos J. Ramirez. For more information or to contribute to the project, visit The GenericSuite Scripts (backend version) on GitHub.
Happy Coding!