Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 339 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 339 Bytes

cQube CSV Parser Service

Parse CSV and generate an ingest folder for users.

Local setup

  1. Install Poetry
curl -sSL https://install.python-poetry.org | python3 -
  1. Install the project
poetry install
  1. Run the server
cp .env.sample .env && poetry run uvicorn src.main:app --reload