https://github.com/bytestorage/adrive
personal aDrive
https://github.com/bytestorage/adrive
Last synced: 3 months ago
JSON representation
personal aDrive
- Host: GitHub
- URL: https://github.com/bytestorage/adrive
- Owner: ByteStorage
- Created: 2022-12-23T01:16:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T13:04:41.000Z (over 1 year ago)
- Last Synced: 2025-03-24T16:11:11.189Z (3 months ago)
- Language: Go
- Size: 2.3 MB
- Stars: 69
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aDrive
## About
aDrive is a simple file storage system that allows you to store files on a server and access them from anywhere.
## Get Started
### Install
```bash
git clone https://github.com/ByteStorage/aDrive.git
cd aDrive
chmod +x run.sh
./run.sh
```