- Install Stack Installation Guide
- DB setup queries are present in this file
- environment variables for redis -:
- REDIS_HOST
- REDIS_PORT
- REDIS_PASSWORD_REQ
- REDIS_AUTH
- REDIS_CLUSTERED_ENABLED
- environment variables for DB -:
- DB_HOST
- DB_PORT
- DB_USER
- DB_PASSWORD
- DB_NAME
- Application Environmment
- PORT
- stack build
- stack run
- Install Flask
- Run
flask --app <dummyCallBack.py location in repo> run
Note -: Postgres@12 and redis@6 should be running locally