Skip to content

import-ai/omnibox-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmniBox Backend

Dev

Docker

  • Watch & Debug mode

    docker compose -f base.yaml -f dev.yaml up -d
  • Build mode

    docker compose -f base.yaml -f build.yaml up -d --build
  • Run with persistence postgres and minio data

    docker compose ... -f persistence.yaml ...
  • Run with pgadmin

    docker compose ... -f pgadmin.yaml ...

Then login with:

Name Value
Username [email protected]
Password Passw0rd

Locally

# Setup
$ pnpm install

# Development
$ pnpm run start

# Watch mode
$ pnpm run start:dev

# Production mode
$ pnpm run start:prod

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •  

Languages