one app to rule messages, contacts and calendars
- add Gulpfile and tasks for compiling etc. @mupat
- add design documents in a 'specs' folder? @maccypher
- add ContactService and MessageService @kr1sp1n
git clone [email protected]:fdrei/inbox.git
cd inbox
npm install
npm start
┌─────────────┐
│ Angular App │
└──────┬──────┘
│
┌──────┴──────┐
│ inbox core │
└──────┬──────┘
│
┌──────────────────┼───────────────────┐
│ │ │
┌───────┴───────┐ ┌───────┴────────┐ ┌───────┴────────┐
│ PersonService │ │ ContactService │ │ MessageService │
└───────┬───────┘ └───────┬────────┘ └───────┬────────┘
│ │ │
└──────────────────┼───────────────────┘
│
┌───┴──┐
│ nedb │
└──────┘