Skip to content

Notmail server implementation in nodejs, express and mongodb.

License

Notifications You must be signed in to change notification settings

notmail/notmail_server_node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notMAIL server node

Developing and Running Instructions (DOCKER)

git clone https://github.com/notmail/notmail_server_node && cd notmail_server_node
docker-compose build
docker-compose up

Developing and Running Instructions (DOCKER-LESS)

  1. git clone https://github.com/notmail/notmail_server_node && cd notmail_server_node
  2. replace mongo by localhost for docker-less setup in config.json
  3. npm install
  4. Start mongo database (mongod &, systemctl service start mongod, ... ...)
  5. npm start

config.json defaults

{
    "port":          6060,
    "endpoint":      "/notmail_api",
    "dev":           true,
    "json_prettify": true,
    "db_url":        "mongodb://mongo/notmail"
}

About

Notmail server implementation in nodejs, express and mongodb.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published