https://github.com/decentralised-dataexchange/data4diabetes-backend
https://github.com/decentralised-dataexchange/data4diabetes-backend
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/decentralised-dataexchange/data4diabetes-backend
- Owner: decentralised-dataexchange
- License: apache-2.0
- Created: 2023-04-06T08:35:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T08:36:16.000Z (almost 2 years ago)
- Last Synced: 2024-08-06T10:34:14.642Z (almost 2 years ago)
- Language: Python
- Size: 136 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data4Diabetes Backend
## Development
## Setup environment
This project uses Pipenv for package management.
Run the following command to setup the virtual environment.
```bash
pipenv shell
```
Run the following command to install the dependencies to current virtual environment.
```bash
pipenv sync
```
Create `.env` file with following content:
```bash
TWILIO_ACCOUNT_SID=
TWILIO_AUTH_TOKEN=
TWILIO_FROM_MOBILE_NUMBER=
```
## Docker
Run the following command to run the project using docker-compose.
```bash
docker-compose up
```