This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...
-
Web Map * Without login:
- Home Page
- Login/ Register
With login:
- Home Page
- Mailboxes Nearby
- Schema *
A user
- HAS MANY mailboxes
- HAS ONE address_book
A mailbox
- BELONGS TO user
- HAS MANY letters
- HAS ONE address
- alias
A letter
- BELONGS TO mailbox
- HAS ONE user as sender
- HAS ONE user as recipient
- subject
- body
AN address
- BELONGS TO mailbox
- longitude
- latitude
- postal_code
AN address_book
- BELONGS TO user
- HAS MANY mailboxes