https://github.com/mrinjamul/github-bucket-backend
Bucket service backend using Github Repository.
https://github.com/mrinjamul/github-bucket-backend
Last synced: 10 months ago
JSON representation
Bucket service backend using Github Repository.
- Host: GitHub
- URL: https://github.com/mrinjamul/github-bucket-backend
- Owner: mrinjamul
- License: mit
- Created: 2024-01-12T14:30:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T01:31:58.000Z (over 2 years ago)
- Last Synced: 2025-08-17T09:56:51.911Z (10 months ago)
- Language: JavaScript
- Homepage: https://github-bucket-backend.onrender.com
- Size: 390 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](LICENSE) file for details.