Skip to content

Fall/Winter 2019: a project to help clients sign up for Move Up's services via SMS.

Notifications You must be signed in to change notification settings

hack4impact-mcgill/move-up-sms-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Move Up - SMS Tool

This project will allow potential clients to sign up for Move Up's services by texting a dedicated hotline.

Development Team

Project Manager: Albert Kragl

Developers: Alana Ceci, Alex Lam, Jonathan Colaco Carr, Kira Noël, Madonna Huang, Nafiz Islam, Tom Wright, Xin Rui Li, Yasasa Abey

Setup and Installation

To get the backend set up, follow the instructions in the README in the backend folder.

Running the backend requires having some environment variables defined. To do this, create a file called .env at the root of the backend folder, and define variables in the following format:

EXAMPLE_VAR=example_value
SECRET_VAR=supersecretpassword

You will need to define values for FLASK_CONFIG (can be either development, testing or production), TWILIO_AUTH_TOKEN (auth token for your Twilio account) and TWILIO_ACCOUNT_SID (SID for your Twilio account). Once this file is created with proper values, the app will automatically load them into the environment when run. To use these environment variables, you can do the following in your code:

import os

# get the value of the TWILIO_AUTH_TOKEN environment variable
env_var = os.environ.get("TWILIO_AUTH_TOKEN")

About

Fall/Winter 2019: a project to help clients sign up for Move Up's services via SMS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages