aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2023-08-20 13:36:23 +0530
committerRitesh Ghosh <[email protected]>2023-08-20 13:36:23 +0530
commit198ae58dbc79ef572143520e82ca665e7fece5b2 (patch)
tree9a14f842f34b4a422b041a65e1f451c10a1adc44
parentb0ad6933500b6689ca46e4457764011ca1331fda (diff)
downloadaniwatch-api-198ae58dbc79ef572143520e82ca665e7fece5b2.tar.xz
aniwatch-api-198ae58dbc79ef572143520e82ca665e7fece5b2.zip
docs(contributing): updated project structure
-rw-r--r--CONTRIBUTING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 210438f..050f15a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -75,6 +75,8 @@ git checkout -b <new-branch-name>
- `parsers` directory contains all the parsing aka scraping logic
- `routes` directory contains all the routers
- `utils` directory contains handy utility methods and properties
+ - `config` directory contains api configuration related files
+ - `extractors` directory contains anime streaming url extractor files
<br/><br/>
- `test` directory contains all the tests that needs to be evaluated