HomeUniteUs
HomeUniteUs copied to clipboard
Create Dependency Injection
Overview
Setup dependency injection so that specific class instances are used depending on their environment.
Action Items
- Pass environment via args to app.
- Setup containers for prod and tests.
- Add tests.
- Update readme.