Encryption-protected messaging app
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.
- Accountless messaging
- End-to-end encryption
- No message history
- User accounts
- Clone the repository
git clone https://github.com/NaviteLogger/Private-Console-Communicator.git
(Optional) Create a virtual environment
python -m venv venv
- Install the required packages
pip install -r requirements.txt
- Start the server
python app.py
The detailed documentation of the API endpoints can be found here.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.