Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 919 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 919 Bytes

Telegram Storage API Documentation

How it works

This project consists of four parts:

Get Started

First thing to do is populate the .env file. An example is provided.

The whole app is dockerized. To start the development environment with hot reloading of the frontend and backend code it's enough to run:

docker-compose up

A Makefile is provided for convenience and was the default method before the app was dockerized, it is not really supported now.

Individual components documentation