Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.06 KB

File metadata and controls

26 lines (18 loc) · 1.06 KB

Development Environment Setup

Prerequisites

  • Direnv: Install direnv to auto-load environment variables
  • Devbox: Install Devbox for reproducible development environments
  • Git: For version control

1. Clone the Repository

git clone https://github.com/relaxdiego/pycon-davao-2025.git
cd pycon-davao-2025

2. Initialize Development Environment

direnv allow

Further Reading

  1. Architecture Patterns with Python - Good starting point on Hexagonal Architecture and DDD principles within the context of Python.
  2. Domain Driven Design - Seminal book on DDD. Rather thick but is good as reference material.
  3. Clean Architecture - Another seminal book that sets a good foundation.