diff --git a/.github/renovate.json b/.github/renovate.json
new file mode 100644
index 0000000..f243a53
--- /dev/null
+++ b/.github/renovate.json
@@ -0,0 +1,47 @@
+{
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "branchPrefix": "renovate/",
+ "username": "renovate-release",
+ "gitAuthor": "Renovate Bot
-## Want to learn everything to build an app like this? :mortar_board:
+## :mortar_board: Want to learn everything to build an app like this?
Check these online courses at [desenvolvedor.io](https://desenvolvedor.io) (only in Portuguese)
- [ASP.NET Core Expert](https://desenvolvedor.io/formacao/asp-net-core-expert)
- [Software Architect](https://desenvolvedor.io/formacao/arquiteto-de-software)
-## Technologies / Components implemented
+## π» Technologies / Components implemented
- .NET 9
- ASP.NET MVC Core
@@ -63,7 +58,7 @@ Check these online courses at [desenvolvedor.io](https://desenvolvedor.io) (only
- NGINX
- Docker (with composing)
-## Architecture:
+## πΊοΈ Architecture:
### Complete architecture implementing the most important and used concerns as:
@@ -84,9 +79,9 @@ Check these online courses at [desenvolvedor.io](https://desenvolvedor.io) (only
---
-## Architecture Overview
+## π Architecture Overview
-### The entire application is based on a unique solution with 7 APIs and one web application (MVC)
+The entire application is based on a unique solution with 7 APIs and one web application (MVC)
@@ -103,38 +98,37 @@ There is a BFF / API Gateway to manage the Basket / Order / Payment requests and
---
-## Getting Started
+## π Getting Started
-You can run the DevStore project on any operating system. **Make sure you have installed docker in your environment.
-** ([Get Docker Installation](https://docs.docker.com/get-docker/))
+You can run the DevStore project on any operating system. **Make sure you have installed docker in your environment.** ([Get Docker Installation](https://docs.docker.com/get-docker/))
-Clone the DevStore's repository and navigate to the **/Docker** folder and then:
+Clone the DevStore's repository and navigate to the `/docker` folder and then:
-### If you just want to run the DevStore application in your Docker environment:
+### Run the DevStore application on Docker
-```
-docker-compose up
+```bash
+docker compose up
```
-### If you want to build the local images and run the DevStore application in your Docker environment:
+### Build local images and run onDocker
This docker compose will provide one database container per each API service.
-```
-docker-compose -f docker-compose-local.yml up --build
+```bash
+docker compose -f docker-compose-local.yml up --build
```
-### If you prefer to save resource, then use the light local docker compose:
+### Only run dependency resources:
-This docker compose will provide just one database container for all API services.
+This docker compose will provide necessary services for all API services.
-```
-docker-compose -f docker-compose-local-light.yml up --build
+```bash
+docker compose -f docker-common-resources.yml up -d
```
---
-### If you want to run locally with Visual Studio / VSCode:
+### Run with Visual Studio / Visual Studio Code:
You will need:
@@ -142,11 +136,15 @@ You will need:
- MS-SQL Server instance (or container)
- RabbitMQ
-So you can edit the Docker compose to just run the database and queue dependencies and save your time.
+So just run in the `/docker` folder the command:
+
+```bash
+docker compose -f docker-common-resources.yml up -d
+```
### If you want Visual Studio with F5 and debug experience:
-- You will need at least Visual Studio 2022 and .NET 6.
+- You will need at least Visual Studio 2022 and .NET 9.
- The latest SDK and tools can be downloaded from https://dot.net/core
- Set up the solution to start multiple projects and hit F5
@@ -272,23 +270,23 @@ So you can edit the Docker compose to just run the database and queue dependenci
}
```
-## Disclaimer
+## β οΈ Disclaimer
- This is not an architectural template or bootstrap model for new apps
- All implementations were made for the real world, but the goal is to share knowledge
- In case it is too many implementations included, remove the excess and try to avoid **over-engineering**
-## Pull-Requests
+## π Contributing
Open an issue and let's discuss! Do not submit PRs for undiscussed or unapproved features.
If you want to help us, choose an approved issue and implement it.
-## We are Online
+## π We are online
See the project running on DevStore official instance
-## About
+## π About
DevStore was proudly developed by [desenvolvedor.io](https://desenvolvedor.io/)
β€