Clinica Tepeyac (UI)
---- Hosting -------
== Changes To The web.config == https://github.com/turpana/hack4co-tepeyac-ui/blob/master/api/Clinical.API/Clinical.API/Web.config
-- MongoDB --
- Create an account in https://mongolab.com
- Update the web.config values for the mongo username/password and instance url.
-- Twilio --
- Create an account in https://www.twilio.com
- Update the web.config values with the SmsSid and SmsAPIKey
<add key="SmsAPIKey" value="{smsAPIKey}" />