Skip to content

Commit 80785ee

Browse files
authored
chore(release): 1.1.0 [skip ci]
1 parent 8b6f770 commit 80785ee

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

README.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77

88
A real-world reference application powered by [desenvolvedor.io](https://desenvolvedor.io/) <img alt="Brasil" src="https://user-images.githubusercontent.com/5068797/161345649-c7184fdc-2bc3-42a9-8fb6-6ffee9c8f9c2.png" width="20" height="14" /> implementing the most common and used technologies to share with the technical community the best way to develop full and complex applications with .NET
99

10-
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/6518989bea914b348c92385dda05f93d)](https://www.codacy.com/manual/EduardoPires/DevStoreProject?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=EduardoPires/DevStoreProject&amp;utm_campaign=Badge_Grade)
11-
[![Build status](https://ci.appveyor.com/api/projects/status/rl2ja69994rt3ei6?svg=true)](https://ci.appveyor.com/project/EduardoPires/DevStoreproject)
10+
---
1211

1312
###### This project was inspired by [EShopOnContainers](https://github.com/dotnet-architecture/eShopOnContainers), however the real motivation was to build it by "our way".
1413

@@ -18,7 +17,7 @@ A real-world reference application powered by [desenvolvedor.io](https://desenvo
1817
If you liked the project or if DevStore is helping you, please give us a star ;)
1918

2019
<p align="center">
21-
<img alt="DevStore" src="https://user-images.githubusercontent.com/5068797/161200961-af22100f-ef9f-43c4-8a56-7ee53dccb0be.png" />
20+
<img alt="DevStore" src="https://user-images.githubusercontent.com/5068797/164293734-a72fbeeb-0965-4413-a624-29e1c56c25df.png" />
2221
</p>
2322

2423
## Want to learn everything to build an app like this? :mortar_board:
@@ -111,11 +110,31 @@ docker-compose up
111110

112111
### If you want to build the local images and run the DevStore application in your Docker enviroment:
113112

113+
This compose will provide one database container each API service.
114+
114115
```
115116
docker-compose -f docker-compose-local.yml up --build
116117
```
118+
119+
### If you prefer save machine resources use the light local compose:
120+
121+
This compose will provide just one database container for all API services.
122+
123+
```
124+
docker-compose -f docker-compose-local-light.yml up --build
125+
```
117126
---
118127

128+
### If you want run locally with VS/VS Code:
129+
130+
You will need:
131+
132+
- Docker
133+
- SQL instance (or container)
134+
- RabbitMQ
135+
136+
So you can edit the Docker compose to just run the database and queue dependencies and save your time.
137+
119138
### If you want Visual Studio with F5 and debug experience:
120139

121140
- You will need at least Visual Studio 2022 and .NET 6.

0 commit comments

Comments
 (0)