Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 571 Bytes

File metadata and controls

30 lines (16 loc) · 571 Bytes

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

server

Register new user

Read here