huseindra / teledrive

The Google Drive/OneDrive/etc alternative using Telegram API

Home Page:https://teledriveapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

img

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

img

Motivation

Getting Started

Read here for full instructions: 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.

Deploy to Heroku

Deploy

Folder Structure

We 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

discord

About

The Google Drive/OneDrive/etc alternative using Telegram API

https://teledriveapp.com

License:GNU General Public License v3.0


Languages

Language:CSS 78.1%Language:TypeScript 20.6%Language:JavaScript 0.8%Language:HTML 0.3%Language:Shell 0.2%Language:Dockerfile 0.0%Language:Procfile 0.0%