# README
crypto-server
This application for register, encrypt and decrypt using aes via API calls
Table of Contents
Install
# To run the unit test
$ sh bin/test
# To build the application. This needs go version to be >= 1.11 because of go modules dependency
$ sh bin/build
# To run the application
$ sh bin/run
# To start the server from binary
./app
API
- To register User
/register/:id
- To Encrypt the message
/encrypt_message/:id
with JSON body{ "message": "Your Message"}
- To Decrypt the message
/send_message/:id
with JSON body{"message": "Your Encrypted Message"}
Maintainers
Contributing
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
License
MIT © 2020 Imran Basha