-
Notifications
You must be signed in to change notification settings - Fork 15
Development
Vipul edited this page Aug 21, 2021
·
1 revision
Follow the steps below to setup this project for development.
- This project works on Python3.8+
- Install required packages
pip install -r requirements.txt
-
SLACK_SIGNING_SECRET
: Slack signing secret -
SLACK_API_TOKEN
: Bot user oauth token. -
SQLALCHEMY_DATABASE_URI
: URI of the database to use. By default, a Sqlite DB is configured. -
FLASK_APP=app
:
flask db stamp head
flask db migrate
flask db upgrade
flask run --host 0.0.0.0 --port 5000
To test this development deployment, install this to your Slack workspace by following the doc here.
You can expose the local server via ngrok for test purposes like below
ngrok http 5000
To report any bugs, issues or feature requests please report them at: https://github.com/vipul-sharma20/slack-standup/issues