Skip to content

MayoPickle/PickPod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

PickPod

PickPod is a lightweight file drop service that lets users upload and download files using a 6-digit code without logging in.

Structure

  • backend/ FastAPI backend
  • frontend/ React + Ant Design frontend

Run Backend

cd backend
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
uvicorn app.main:app --reload --port 8000

Run Frontend

cd frontend
npm install
npm run dev

The default API base URL is http://localhost:8000. Set VITE_API_BASE_URL to override it in the frontend.

Expiration

Uploads default to 7 days and can be customized with ttl_days (1-30 days).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors