Skip to content

A Simple FastAPI-based service that lets users upload, store, and download CSV files.

ttnsy/fastapi-csv-upload

Repository files navigation

📦 Simple CSV Storage API

A FastAPI-based service that lets users upload, store, and download CSV files.

This project is built with:

  • FastAPI – for the web API
  • uv – for Python dependency and environment management
  • Alembic – for database migrations
  • Taskfile – to simplify common commands (like setup, running, and testing)

‼️ You don’t need to worry about installing or configuring those manually as Taskfile takes care of everything for you 👉 Follow the steps in 🚀 Getting Started

🚀 Getting Started

  • ✅ 1. Install Task (if you haven’t already). Installation guide → https://taskfile.dev/installation
  • ✅ 2. Run setup to install all dependencies and prepares database:
task setup
  • ✅ Once the project is initialized, you can run the app with:
task dev

🧪 Run Tests

Tests are written with pytest and can be run with:

task test

📚 API Endpoints

Full interactive API docs are available at:

About

A Simple FastAPI-based service that lets users upload, store, and download CSV files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •