Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

An API version of the Private Communicator I have previously created for secure communication

License

Notifications You must be signed in to change notification settings

NaviteLogger/Phase-1_Private-Communicator-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Private-Communicator-API

Encryption-protected messaging app

Table of Contents

Introduction

This API Communicator is a simple messaging app that allows two users to communicate with each other. The API endpoints accept HTTP request and return JSON responses. The detailed documentation of the API endpoints can be found here.

Features

  • Accountless messaging
  • End-to-end encryption
  • No message history

Future Features

  • User accounts

Installation

Prerequisites

Setup

  1. Clone the repository
git clone https://github.com/NaviteLogger/Private-Console-Communicator.git

(Optional) Create a virtual environment

python -m venv venv
  1. Install the required packages
pip install -r requirements.txt

Usage

  1. Start the server
python app.py

Documentation

The detailed documentation of the API endpoints can be found here.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Authors

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

About

An API version of the Private Communicator I have previously created for secure communication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages