Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 497 Bytes

File metadata and controls

22 lines (12 loc) · 497 Bytes

Bloom Node Server

This is the server which connects to Bloom, which we use to send mails etc

1. Clone the repo

$ git clone https://github.com/OfficialCodeLab/bloom-server.git 

2. Run the server

$ node bloom-server

DONE!


Credentials Management

We do not store our sensitive information on git. Rather copy it from a local store. I recommend storing your credentials in ~/Credentials/Bloom/

$ cp -r ~/Credentials/Bloom/. ./credentials/