TO DO: -EMAIL AUTH
CHANGES TO IMPLEMENT AUTH: -index.js -App.js -CryptoLogIn.js
EMAIL AUTH: -Emails for proposals user is subscribed to.
DATABASE: -Moralis Objects suffice. -Individual Objects, which really are rows in a table, can have methods. getter -Standard CRUD ops.
IPFS: -Moralis Upload Object
CLOUD CODE: -Stateless, useful for data aggregation since operations on data can be performed at node and aggregation result can be returned to user.