Skip to content

Commit

Permalink
docs: update README.md and project version
Browse files Browse the repository at this point in the history
  • Loading branch information
werlleyg committed Dec 6, 2024
1 parent 8895eb0 commit 1d4e03c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The project was built adapting clean arch concepts to the context of Next.js. It

- **Domain:** Concentrates important information for business rules, such as entities, enums, errors, service, providers, protocols, and usecases contracts;

- **Infrastructure:** The implementation of service contracts, proviers, protocols and usecases is carried out;
- **Infrastructure:** The implementation of service contracts, proviers and protocols is carried out;

- **Main:** In this layer, the factory pattern is carried out to instantiate the elements created in the infrastructure, in addition to aggregating project configurations such as environment variables and build settings;

Expand Down
Binary file modified docs/images/architecture-diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quefilme",
"version": "0.0.6",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 1d4e03c

Please sign in to comment.