github-bucket-backend
654
Github Bucket is an object and file storage service that allows users to securely store and manage their files and objects in the cloud. It provides easy access to stored data and ensures reliability and security.
https://github-bucket-backend.onrender.com/app
To get started with Github Bucket, follow these steps:
To upload a file, you can use the following API endpoint:
POST /api/v1/file/upload
{
"file": "path/to/your/file.txt"
}
{
"status": true,
"data": {
"filename": "hubot.jpg",
"origURL": "http://localhost:4000/api/v1/file/hubot.jpg",
"url": "/assets/hubot.jpg"
}
}
This project is licensed under the MIT License file for details.
Content type
Image
Digest
sha256:89b96d2b2…
Size
122.3 MB
Last updated
over 2 years ago
docker pull friendlyfly/github-bucket-backend