Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI App

AI conversation workspace with a Next.js frontend and a FastAPI + LangGraph backend.

Docker Compose deployment

The repository includes a root docker-compose.yml that starts the full local stack:

  • web: Next.js frontend on http://localhost:3000
  • api: FastAPI backend on http://localhost:8010
  • mongo: MongoDB for conversation history and Agent state
  • postgres: PostgreSQL with pgvector support for user data and vector retrieval

Before starting, fill the root .env values, especially DEEPSEEK_API_KEY.

docker compose up --build

Useful checks:

docker compose ps
Invoke-RestMethod http://localhost:8010/api/health

Stop the stack:

docker compose down

Remove database volumes when you want a clean local reset:

docker compose down -v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages