git clone https://github.com/notmail/notmail_server_node && cd notmail_server_node
docker-compose build
docker-compose up
- git clone https://github.com/notmail/notmail_server_node && cd notmail_server_node
- replace mongo by localhost for docker-less setup in config.json
- npm install
- Start mongo database (mongod &, systemctl service start mongod, ... ...)
- npm start
{
"port": 6060,
"endpoint": "/notmail_api",
"dev": true,
"json_prettify": true,
"db_url": "mongodb://mongo/notmail"
}