Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ojos-flask-twilio

This is a Python project that uses Flask to allow Iris to send sms messages and emails to patients and caretakers with API calls to Twilio

Installation

Use pip to install dependencies

python -m venv venv
venv\Scripts\activate # check https://docs.python.org/3/library/venv.html#how-venvs-work
pip install -r requirements.txt
flask --app src.app run

for development & testing, run:

flask --app src.__init__ run

To run tests, run:

coverage run -m pytest
coverage xml

If you're using Visual Studio Code, install the Coverage Gutters extension to see the code coverage.

License

GNU General Public License v3.0

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages