/LightningFastStorage

The Google Drive/OneDrive/etc alternative using Telegram API

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

This is the open source project of Google Drive/OneDrive/iCloud/Dropbox alternative using Telegram API for the free unlimited cloud storage.

logo

Attention

Forked from Teledrive https://github.com/mgilangjanuar/teledrive to comply with GPL-3 from the original project you can view all of our commits through this repo.

Motivation

Getting Started

Forked instructions (LightningFastStorage Instructions Coming Soon!!) Read here for full instructions (Teledrive) : teledriveapp.com

API Documentation

Run in Postman

How to Contribute

  • Fork and clone this repository
  • Commit your changes
  • Create a pull request to the staging branch

Or, just send us an issue for reporting bugs and/or ask the questions, share your ideas, etc in discussions. (Please use original repo (Teledrive) for submiting issues)

Folder Structure

We're using the monorepo structure with yarn workspaces.

.
├── README.md
├── package.json
├── server
│   ├── package.json
│   ├── src
│   │   └── index.ts
│   └── tsconfig.json
├── web
│   ├── package.json
│   ├── public
│   ├── src
│   │   ├── pages
│   │   └── App.tsx
│   ├── tsconfig.json
│   └── yarn.lock
└── yarn.lock