Store information management program used by the proxy telephone reservation service Tely. Store information obtained by Google Place API is stored in a database.
- Ubuntu22.04
- Docker 24.0.5
- Python 3.11.0
- Sentry-sdk 1.39.1
- Google Place API
To run this program, you must have Docker installed and Tely running.
Create .env.dev
and write the following
GOOGLE_API_KEY={KEY VALUE}
MYSQL_ROOT_PASSWORD={ROOT PASSWORD}
MYSQL_DATABASE={DATABASE NAME}
MYSQL_USER={USER NAME}
MYSQL_PASSWORD={USER PASSWORD}
MYSQL_HOST={HOST}
MYSQL_PORT={PORT}
IMAGE_SERVER_ADDRESS="127.0.0.1"
IMAGE_SERVER_PROTOCOL="http"
SAVE_IMG_DIR="./static"
SENTRY_DNS={SENTRY DNS ADDRESS}
After creating .env.dev
, execute the following command to start the container.
$ docker-compose -f docker-compose.dev.yml up -d --build
Copyright © 2023 Team Quartetto Inc.
This software is released under the Apache 2.0 License, see LICENSE.