File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Implementing the Clean Architecture - Auctions
2
- Example app.
2
+ Example project used in the book [ Implementing the Clean Architecture ] ( https://leanpub.com/implementing-the-clean-architecture )
3
3
4
- [ ![ CircleCI ] ( https://circleci.com/gh/Enforcer/clean-architecture.svg?style=svg )] ( https://app.circleci. com/pipelines/github/Enforcer/ clean-architecture?branch=master )
4
+ [ ![ Implementing the Clean Architecture cover ] ( docs/cover.png )] ( https://leanpub. com/implementing-the- clean-architecture )
5
5
6
- # Work with the repo
6
+ ## Build status
7
+ [ ![ CircleCI] ( https://circleci.com/gh/Enforcer/clean-architecture.svg?style=svg )] ( https://app.circleci.com/pipelines/github/Enforcer/clean-architecture?branch=master ) [ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
8
+
9
+ ## Working with the repo
7
10
Pycharm - mark each package as Sources Root.
8
11
![ Marking directories as source root in PyCharm] ( docs/marking_as_sources_root.png )
9
12
Console - ` make dev ` to install each subpackage in editable mode.
10
13
11
- # Work with docker containers
14
+ ## Working with docker containers
12
15
``` bash
13
16
# Start everything
14
17
docker-compose up --build
You can’t perform that action at this time.
0 commit comments