Metadata-Version: 2.4
Name: ed_infrastructure
Version: 0.2.0
Summary: EasyDrop infrastructure Package
Home-page: https://github.com/ffekirnew/rmediator
Author: Fikernew Birhanu
Author-email: fikernew.birhanu.waju@gmail.com
Project-URL: Documentation, https://github.com/easydropet/ed-infrastructure
Project-URL: Bug Reports, https://github.com/easydropet/ed-infrastructure/issues
Project-URL: Source Code, https://github.com/easydropet/ed-infrastructure
Keywords: ed_infrastructure,pypi,package
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: check-manifest; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-python
Dynamic: summary

# Domain Model

## How to Use

### If you have `poetry` installed, 

Run the following command to install dependencies, create a virtual environment, and start the application:
```bash
poetry install
poetry shell
make run
```

### If you don't have `poetry` installed,

Run the following command to run the application inside a docker container:

```bash
make run.docker
```

## API Endpoints
- Open your browser and navigate to `http://localhost:8000/` to view the API documentation.
