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
- Host: GitHub
- URL: https://github.com/manycoding/file-repo
- Owner: manycoding
- Created: 2018-01-10T07:38:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T09:42:18.000Z (almost 8 years ago)
- Last Synced: 2025-01-06T04:28:51.394Z (about 1 year ago)
- Language: Python
- Size: 42 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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