Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.26 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.26 KB

Xylem Challenge IVR Backend

Based off of Twilio's IVR Example!
This IVR + SMS system is a part of AquaFlo and submitted to the 2022 Xylem Global Student Ignite Innovation Challenge winning Grand Prize!

IVR and SMS Demo

💦 Video Demo of AquaFlo's IVR and SMS 💦

Local Development

  1. First clone this repository and cd into it.

    git clone [email protected]:water-those/ivr.git \
    cd ivr
  2. Install project's dependencies.

    npm install
  3. Make sure the tests succeed.

    npm test
  4. Start the development server.

    npm start
  5. Check it out at http://localhost:3000.

Code Structure

public/stylesheets CSS

scripts Contains one-off scripts related to managing IVR data.

src Source code files.

Each directory contains logic for handling their associated url. e.g. src/ivr contains code for handling any requests to /ivr/.../