Skip to content

This is a minimal FastAPI application that accepts large file uploads (up to 500 MB) and serves them back via a generated download link. Old uploads are automatically cleaned up.

License

Notifications You must be signed in to change notification settings

braydos-h/basic-upload-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Upload Server

This is a minimal FastAPI application that accepts large file uploads (up to 500 MB) and serves them back via a generated download link. Old uploads are automatically cleaned up.

Requirements

Install dependencies with pip:

pip install -r requirements.txt

Running

Launch the server with uvicorn:

uvicorn app:app --reload

The frontend is available at http://localhost:8000/ after starting the server.

About

This is a minimal FastAPI application that accepts large file uploads (up to 500 MB) and serves them back via a generated download link. Old uploads are automatically cleaned up.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published