An open API service indexing awesome lists of open source software.

https://github.com/bytestorage/adrive

personal aDrive
https://github.com/bytestorage/adrive

Last synced: 3 months ago
JSON representation

personal aDrive

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
```