Skip to content

decentralised-dataexchange/data4diabetes-backend

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published