Skip to content

amowogbaje/fast-api-projects-with-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Built with FastApi and Ollama Mistral LLM AI. I am using this project to help other devs who wants to get a quickstart with fastapi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors