Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 719 Bytes

File metadata and controls

28 lines (17 loc) · 719 Bytes

Live: https://osamahaikal.github.io/Software-architecture-and-communication-design-patterns/1

Slides: Slidev docs!

To start the slide show dev:

Edit the slides.md to see the changes.

Learn more about Slidev on documentations.

Code Examples

  1. install rabbitmq or using docker: docker run -it --rm --name rabbit -p 5672:5672 -p 15672:15672 rabbitmq:3-management

    Visit: localhost:15672 for management

    more: docs

  2. Create environments pytohn -m venv env

  3. Install requiremnts pip install -r requiremnts.txt