The purpose of this project is to provide a FastAPI based OpenAPI SDK generator that allows generate SDK code in any language in seconds by providing the openapi specification, at some point the project will also offer a UI but at this point it is only the API that allows you to easily integrate the project in your CI/CD pipeline.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
git clone https://github.com/grmono/openapi-ui.git
cd your_path/openapi-ui
sudo apt install python3 python3-pip
pip3 install -r requirements.txt
cd app
python3 main.py
Visit localhost:8000/docs with your browser
Docker integration is already supported and actually mandatory to fully deploy the whole implementation and utilize in your infrastracture