Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 2.56 KB

README.md

File metadata and controls

68 lines (43 loc) · 2.56 KB

inbox

one app to rule messages, contacts and calendars

Build Status Coverage Status Build Status

TODO

  • add Gulpfile and tasks for compiling etc. @mupat
  • add design documents in a 'specs' folder? @maccypher
  • add ContactService and MessageService @kr1sp1n

Install

git clone [email protected]:fdrei/inbox.git
cd inbox
npm install

Run

npm start

Structure

                    ┌─────────────┐
                    │ Angular App	│
                    └──────┬──────┘
                           │
                    ┌──────┴──────┐
                    │ inbox core  │
                    └──────┬──────┘
                           │
        ┌──────────────────┼───────────────────┐
        │                  │                   │
┌───────┴───────┐  ┌───────┴────────┐  ┌───────┴────────┐
│ PersonService │  │ ContactService │  │ MessageService │
└───────┬───────┘  └───────┬────────┘  └───────┬────────┘
        │                  │                   │
        └──────────────────┼───────────────────┘
                           │
                       ┌───┴──┐
                       │ nedb │
                       └──────┘