Skip to content

mountain-chan/secure-chat-backend

Repository files navigation

Table of Contents

  1. Frontend
  2. API documents
  3. Run App Manually
  4. Run App With Docker

Frontend

secure-chat-backend

API documents: https://documenter.getpostman.com/view/9825969/TzJpjL65

Run App Manually

Installation

Initial database

python migrate/init_db.py

Starting

python main.py

Run App With Docker

Installation

Starting

cd secure-chat-backend
docker-compose up --build -d

If you have trouble querying group by then set mode for mysql server as follows:

mysql> SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));

Releases

No releases published

Packages

No packages published