Skip to content

blendc/DI-slam-dunks-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development Setup

Virtual Environment Setup

  1. Create a virtual environment:
python -m venv venv
  1. Activate the virtual environment:
  • On macOS/Linux:
source venv/bin/activate
  • On Windows:
.\venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt

Quick Start

Start Docker Desktop:
  • Open Docker.app from Applications
  • Wait for it to start (whale icon in menu bar)
  1. Run the application:
docker-compose up

The application will be available at:

- Database: localhost:5432

- Redis: localhost:6379

About

This repository is intended to serve as a resource for Python developers who are interested in learning about dependency injection and how it can be applied in their projects. Each snippet demonstrates a specific aspect of DI, along with explanations and usage examples.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published