# Webhook Everythin ## About The project's goal is build a generic webhook listener so that webhooks can be received and handled. ## Deployment The project uses the following environment variables: - ENVIRONMENT - TELEGRAM_API_KEY - DB_HOST - DB_PORT - DB_USER - DB_PASS - DB_NAME - DB_SSL - HOST_URL ## Build The build script is available at `scripts/build.sh`. `.env` is required to be populated. The example `.env` is available at `.env.example`. ## Development The development postgres server can be launched using the script at `scripts/dev_postgres_docker.sh`.