Offline version of sdxl.parrotzone.art (つ✧ω✧)つ
Development:
Development Tools:
- On Linux/MacOs run
./start.sh
- On Windows, run
start.bat
See the open issues for a full list of proposed features (and known issues).
If you have a suggestion that would make this better, please clone the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Clone the Project (
git clone https://github.com/axpecloud/modernapps-ai-api-documentation.git
) - Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Check that you have installed pre-commit hooks with
pre-commit install
. - Check that your branch is up to date with
git pull origin dev
and merge if it's necessary withgit merge origin dev
. - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request to the
dev
branch
- From Feature to Feature: squash and merge
- From Feature to Dev: squash and merge
- From Dev to Main: merge
To see your code in action, launch litestar with the following command:
litestar run -r
For interactive documentation, Litestar provides the following endpoints for API documentation.
- OpenAPI schema (YAML): http://localhost:5000/schema/openapi.yml
- OpenAPI schema (JSON): http://localhost:5000/schema/openapi.json
- Redoc: http://localhost:5000/schema/redoc
- Swagger-UI: http://localhost:5000/schema/swagger
- SpotLight Elements: http://localhost:5000/schema/elements
- RapiDoc: http://localhost:5000/schema/rapidoc