Skip to content

serraict/vine-demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vine App

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

Getting started

Note: we have to refine this section.

Fork the repository and then detach it.

Rename your app.

Container Usage

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.

CLI Usage

The application provides a command-line interface. To see available commands:

cliapp --help

Example - display application information:

cliapp about

Stack

Python application built on FastAPI, Typer and NiceGUI, that allows you to quickly build command line applications, web applications and REST/RPC APIs.