Skip to content

Latest commit

 

History

History

app-backend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Jan Backend

A Hasura Data API Platform designed to provide APIs for client interaction with the Language Model (LLM) through chat or the generation of art using Stable Diffusion. It is encapsulated within a Docker container for easy local deployment

Quickstart

  1. Run docker up
docker compose up
  1. Install HasuraCLI

  2. Open Hasura Console

cd hasura && hasura console
  1. Apply Migration
hasura migrate apply
  1. Apply Metadata
hasura metadata apply
  1. Apply seeds
hasura seed apply

Hasura One Click Deploy

Use this URL to deploy this app to Hasura Cloud

Hasura Deploy

One-click deploy docs

Modify schema & model

Hasura Tutorials

Events & Workers

Serverless function (Cloudflare worker) to stream llm message & update

Readmore about Hasura Events here:

https://hasura.io/docs/latest/event-triggers/serverless/

Deploy Worker

npx wrangler deploy

Cloudflare Worker Guide