Emot server.
Github:
git clone https://github.com/cspi-git/emot-server
NpmJS:
npm i dotenv simple-aes-256 mongodb request-async bottleneck express moment groom lodash hqc
- Make an environment file and add a variable called MONGODB_URL, there you must put your MongoDB url database.
- In your MongoDB make a database called core and a collection called emot.emails.
- Change the master key and admin key in index.js, make sure the admin key matches the key.txt in the client.
node index.js
MIT © CSPI