An open API service indexing awesome lists of open source software.

https://github.com/manycoding/file-repo

Web service to store files
https://github.com/manycoding/file-repo

Last synced: 4 months ago
JSON representation

Web service to store files

Awesome Lists containing this project

README

          

# file-repo
Web service to store files

docker run -it -p 8888:8888 manycoding/file-repo

OR

docker build -t file-repo .
docker run -it -p 8888:8888 file-repo