Skip to content

turpana/hack4co-tepeyac-ui

Repository files navigation

hack4co-tepeyac-ui

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 --

  1. Create an account in https://mongolab.com
  2. Update the web.config values for the mongo username/password and instance url.

-- Twilio --

  1. Create an account in https://www.twilio.com
  2. Update the web.config values with the SmsSid and SmsAPIKey
<add key="SmsSid" value="{smsSid}" />
<add key="SmsAPIKey" value="{smsAPIKey}" />

Building Front-end

Requirements

Front-end SPA app is built with yeoman workflow and backbone generator (using bootstrap + requirejs). So to build and develop, the following are required:

Once the required tools are installed, download/install vendor plugins. Run the following commands from the root directory of the repository:

npm install
bower install

The yo generator is not required, but helpful for development:

Building

The front-end code needs to be built, before publishing. Once the tools above are isntalled, run in the command line, from the root directory of the repository:

grunt build
Developing

To run the node server and live reload while developing:

grunt server

About

Clinica Tepeyac SMS Reminder App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages