Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 543 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 543 Bytes

Data4Diabetes Backend

Development

Setup environment

This project uses Pipenv for package management.

Run the following command to setup the virtual environment.

pipenv shell

Run the following command to install the dependencies to current virtual environment.

pipenv sync

Create .env file with following content:

TWILIO_ACCOUNT_SID=
TWILIO_AUTH_TOKEN=
TWILIO_FROM_MOBILE_NUMBER=

Docker

Run the following command to run the project using docker-compose.

docker-compose up