Skip to content

Commit

Permalink
fix: Improved Folder Structure section
Browse files Browse the repository at this point in the history
  • Loading branch information
Viveksati5143 authored Aug 7, 2023
1 parent 64e64dd commit 2908219
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,25 @@ fintect-api
└───📂tasks
│ │ { Python functions for different tasks }
|
└───📂tests
│ | { Python functions for different tests }
|
└───📂validators
│ │ { Pydantic Models for different validations }
📄.dockerfile
📄.gitignore
📄CODE_OF_CONDUCT.md
📄CONTRIBUTING.md
📄docker-compose.yml
📄Dockerfile
📄DOCUMENTATION.md
📄ENDPOINTS.md
📄LICENSE.md
📄main.py
📄README.md
📄requirements.txt
📄test_main.py
```


Expand Down

0 comments on commit 2908219

Please sign in to comment.