This project is a RESTful API for a messaging server that uses the Signal protocol for encryption.
This is a NodeJs project with a Express server and endpoints using a LevelDB database.
https://app.swaggerhub.com/apis/BlockRocket/odin-server/1.0.0
npm install
npm run start
npm test
Import the OSMServer.postman_collection.json
file into Postman to test the API manually.