Skip to content

hwp-labs/northwind-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Northwind AI

AI Automation Web Services

Python FastAPI

Supabase Vercel

Setup

mkdir northwind-ai && cd northwind-ai

python -m venv venv
source ./venv/Scripts/activate

pip install "fastapi[standard]"
pip install "uvicorn[standard]"
pip install "httpx[http2]"
pip install pydantic-settings
pip freeze > requirements.txt

uvicorn main:app --reload

# http://127.0.0.1:8000/docs

Resources

Cheatsheet

# Python version
$ py --version

# Terminate venv
deactivate

About

AI Automation Web Services

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages