Live: https://osamahaikal.github.io/Software-architecture-and-communication-design-patterns/1
Slides: Slidev docs!
To start the slide show dev:
npm install
npm run dev
- visit http://localhost:3030
Edit the slides.md to see the changes.
Learn more about Slidev on documentations.
-
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
-
Create environments
pytohn -m venv env
-
Install requiremnts
pip install -r requiremnts.txt