Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```