Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

iaud-tech/backend-boti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend Boti

This API is built with FastAPI and depends on a few environment variables.

Environment variables

Create a .env file (or export variables in your shell) with the following values:

  • SUPABASE_URL – URL of your Supabase instance.
  • SUPABASE_KEY – API key used to authenticate with Supabase.
  • OPENAI_API_KEY – key for accessing the OpenAI API.

An .env.example file is provided as a template.

Development setup

  1. Create and activate a virtual environment:

    python3 -m venv venv
    source venv/bin/activate
  2. Install Python dependencies:

    pip install -r requirements.txt
  3. Start the application:

    uvicorn app.main:app

Running tests

Execute the test suite with:

pytest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •