Opinionated application that demonstrates how to quickly build applications on top of Serra Vine.
A Serra Vine application:
- grows on what is already there
- gives back and supports growth of other applications
- is easy to cultivate
Note: we have to refine this section.
Fork the repository and then detach it.
Rename your app.
The application is available as a Docker container:
docker pull ghcr.io/serraict/vine-app:latest
For detailed instructions on using the container, including environment variables, cron jobs, and deployment examples, see the Container Documentation.
The application provides a command-line interface. To see available commands:
cliapp --help
Example - display application information:
cliapp about
Python application built on FastAPI, Typer and NiceGUI, that allows you to quickly build command line applications, web applications and REST/RPC APIs.