Closed tushar1210 closed 4 years ago
ok so, directory names should be smallcase functions - camelCase endpoints - smallcase and no "-" or "_" class names - PascalCase variables - camelCase all static content should go to the public dir
In helpers/mangakakalot you put the Scrapper code, instead put the code/file in Models ? same for mangasee Scrapper, I recommend making the hotUpdates
and other related functions in Models or in Scrapper itself, at one place I mean.
We should maintain two apps, right ? One for user auth etc. stuff and other for manga-node. The api key will be attached with each user's account, and will be used in header for fetching data. so remove the sqlz dir I guess and the related packages.
@saqsham yes i guess it will be better that way, if you want you can make a fresh repo.
All advised changes are made with #111
Need to settle upon schema of interfaces, nomenclature of methods, properties, and interfaces. @saqsham suggestions?