/telegramCloudStorage

Telegram Cloud Storage. This project is an alternative to Google drive and support unlimited storage using telegram file upload APIs

Primary LanguageTypeScript

Telegram Cloud Storage

Environment variables required

Create a file .env on the root folder with the following credentials.

mongoPassword = ******

mongoUser = ******

jwtSecret = ******

Installation

  • npm install

Start Servers

For development we have 2 servers for Node and React.

  • npm run react:dev
  • npm run node:dev

Now the UI will be available at http://localhost:3001

Production URL.

server

Register new user

Read here