Skip to content

mrinjamul/github-bucket-backend

Repository files navigation

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.

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.

About

Bucket service backend using Github Repository.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages