Skip to content

Karsten-Larson/Python-Singleton-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Singleton Pattern Example with Reflex

This repository demonstrates the Singleton design pattern in Python using Reflex, a modern Python framework for building web applications.

About Singletons

The Singleton pattern ensures that a class has only one instance and provides a global point of access to it. This example shows practical implementations and use cases within a Reflex application.

Getting Started

Prerequisites

  • Python 3.8+
  • uv package manager

Installation & Running

  1. Install dependencies:

    uv sync
  2. Run the application:

    uv run reflex run

The application will start at http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages