This repository contains two related FastAPI projects:
-
Simple Task CRUD
Basic CRUD API for managing tasks. -
Simple Task CRUD with AI
Extends the CRUD API with AI-powered suggestions using Ollama (local) or hosted LLMs.
- Navigate to the folder you want to run:
cd simple-crud-task # for basic CRUD
# or
cd simple-crud-task-with-ai-ask # for AI-enabled version
## Rules
Make sure you do docker compose down if you want to run another project