ProjectSakura / Mirai

A website to stream Anime and read Manga for free.. Everything is scraped from sources online and we don't need to actually host any videos or images.
Other
46 stars 30 forks source link

Project restructuring with separate controllers and utils directories #8

Closed singhayushh closed 3 years ago

singhayushh commented 3 years ago

This PR is a fix for issues #2 and #7

Change log:
- Routes for different features (as listed below) have been moved to separate sub directories under routes/
    - loader
    - manga
    - search
    - anime streaming 
- Modules for handling each end point have been created under controllers/

None of the functions of the code have been modified, the functions have just been refactored to make the development more efficient and maintainable.

ArunTeltia commented 3 years ago

Is this PR review ready @singhayushh or some more commits needed ?

singhayushh commented 3 years ago

I hope this is Review Ready as I don't think there are any more commits to be made for the linked issues. I'd be working on #4 once this PR is reviewed

ArunTeltia commented 3 years ago

Okay then I will reviewing this PR

ArunTeltia commented 3 years ago

I tested this and i dont think there are any bugs @singhayushh, thank you for your precious PR🙌 @LordShenron can you merge this PR

singhayushh commented 3 years ago

Thanks a lot!

Also, while going through the application, I found some issues and bugs. Shall I raise issues for each of them?

ArunTeltia commented 3 years ago

If you want to work on this then yes you can raise issues and work on it, Raising issue will make the project a little more maintained and we can work on the priority of the issue as well 🚀