Open sastels opened 2 years ago
I would recommend the following:
Some things from onboarding experience:
.env
configs to properly set up the apps. e.g. API_HOST_NAME
in Admin and REDIS_URL
in API black
formatter and isort
import order tools & integration in VScode. Not being aware of how to run them on files caused a bit of confusion while running tests for my first PR.run_app.sh
docker compose up
flask run -p <port> --host=<host>
launch.json
from another dev.FLASK_ENV
and the config.py
file. And that .env
takes precedence over config.py
. I found myself unsure during the Docker networking problem if config.py
was of importance or not. 90% done. New onboarding devs have used new documentation successfully
Description
As a developer, I need to be able to set up and run Notify locally so that I can test and debug issues.
We should write a new
DEV_CONTAINERS.md
readme file for setting up and running Notify.Acceptance Criteria** (Definition of done)
QA Steps