textSQL/api at main · neuroswish/textSQL · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

API for textSQL

Prerequisites

  • python3.10

Required configuration for development:

  • OpenAI Key
  • URL to the postgres DB

Configure the above in app/config.py

Local development

Initial setup

$ ./scripts/setup.sh

Activate virtual env

$ source ./venv/bin/activate

Run local instance

$ ./scripts/dev.sh