Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 543 Bytes

File metadata and controls

25 lines (15 loc) · 543 Bytes

FastAPI Projects Suite

This repository contains two related FastAPI projects:

  1. Simple Task CRUD
    Basic CRUD API for managing tasks.

  2. Simple Task CRUD with AI
    Extends the CRUD API with AI-powered suggestions using Ollama (local) or hosted LLMs.


How to Get Started

  1. 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