Sign inSign up

friendlyfly/github-bucket-backend

By friendlyfly

Updated over 2 years ago

github-bucket-backend

Image
0

654

friendlyfly/github-bucket-backend repository overview

Github Bucket

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

Features

  • Secure Storage: Store your files and objects securely in the cloud.
  • Easy Access: Access your stored data from anywhere, anytime.
  • Reliable: Ensure reliability with redundant storage and backups.
  • Scalable: Scale your storage needs as your data grows.
  • Flexible: Store any type of file or object with ease.

Getting Started

To get started with Github Bucket, follow these steps:

  1. Sign up for an account on our website.
  2. Once logged in, you can start uploading your files and objects.
  3. Use the provided APIs to interact with your stored data programmatically.

Usage

Uploading a File

To upload a file, you can use the following API endpoint:

POST /api/v1/file/upload

Request
{
"file": "path/to/your/file.txt"
}
Response
{
	"status": true,
	"data": {
		"filename": "hubot.jpg",
		"origURL": "http://localhost:4000/api/v1/file/hubot.jpg",
		"url": "/assets/hubot.jpg"
	}
}

License

This project is licensed under the MIT License file for details.

Tag summary

Content type

Image

Digest

sha256:89b96d2b2

Size

122.3 MB

Last updated

over 2 years ago

docker pull friendlyfly/github-bucket-backend