Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 402 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 402 Bytes

wish.agepoly.ch

Wish

download the dependances

npm install

add configuration file src/config.js

module.exports = {
    mail: "Wish <wish@epfl.ch>",
    user: "jojo",
    password: "1234",
    host: "mail.school.com",
    port: 465,
    history_password: "1234",
    mongodb_url: "mongodb://localhost:27017/"
};

run the server

nodejs src/index.js