Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thepabloaguilar/divide-and-conquer-talk
Slides of Clean Architecture Lecture
https://github.com/thepabloaguilar/divide-and-conquer-talk
clean-architecture talk
Last synced: about 1 month ago
JSON representation
Slides of Clean Architecture Lecture
- Host: GitHub
- URL: https://github.com/thepabloaguilar/divide-and-conquer-talk
- Owner: thepabloaguilar
- License: mit
- Created: 2020-07-03T00:39:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T14:27:26.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T13:56:46.241Z (about 2 months ago)
- Topics: clean-architecture, talk
- Language: Python
- Homepage: https://thepabloaguilar.github.io/divide-and-conquer-talk/
- Size: 4.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Divide and Conquer - Workshop
[Slides](https://thepabloaguilar.github.io/divide-and-conquer-talk/)
## How to run the code
```sh
docker-compose up -d
poetry install
FLASK_APP="$(pwd)/divide_conquer/boot.py" flask initdb
FLASK_APP="$(pwd)/divide_conquer/boot.py" flask run
```