Skip to content

Kazey974/fastApiMimeFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fastApiMimeFinder

Welcome to my MIME Type finder !

Installation

Via a docker container :

docker build -t mime-server .
docker run -p 8080:8080 mime-server

Or install and launch locally :

pip install -r requirements.txt
python app/main.py

Usage

You can now find out your file actual MIME type.

Send it to http://localhost:8080/mime-type with a curl :

curl -F 'myfile=@pathToFile' http://localhost:8080/mime-type

Or use the form available on http://localhost:8080/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published