adiXcodr / node-ocr

A Rest API using Express for OCR
2 stars 9 forks source link

Modulify the Code #3

Closed adiXcodr closed 3 years ago

adiXcodr commented 3 years ago

Divide the index.js file in the routes folder into subfiles containing different functions and import the functions in the index file. This will help clean the code

Neyen108 commented 3 years ago

I want to work on this. Can I?

adiXcodr commented 3 years ago

I want to work on this. Can I?

Okay. Start from 6th

PiyushDhamane commented 3 years ago

@adiXcodr I would like to work on this. Please assign this issue to me

adiXcodr commented 3 years ago

Go on. I have assigned this issue to someone else before but I'll merge the one which solves the problem in a better way.

On Sun, 6 Dec, 2020, 1:04 pm Piyush3436, notifications@github.com wrote:

@adiXcodr https://github.com/adiXcodr I would like to work on this. Please assign this issue to me

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/adiXcodr/node-ocr/issues/3#issuecomment-739467511, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKMGL42KBDKKUDNNZBL2E2DSTMX2BANCNFSM4UHDERUQ .

adiXcodr commented 3 years ago

Closed with PR #11