jinx-vi-0 / passop

A simple and secure password manager
MIT License
14 stars 35 forks source link

Working on the Backend Code Quality #8

Open MOHINI1403 opened 1 week ago

MOHINI1403 commented 1 week ago

Currently all the code is written into the server.js file which is not considered as a good industry practise . Please assign me this issue so that I could work on this and improvise the quality.

jindalpriyanshu101 commented 1 week ago

Can you elaborate more about your implementation?

RchtDshr commented 1 week ago

I think they meant following the MVC architecture. Creating a proper folder structure for model, controllers, and routes which improves the readability and understanding of the code base, which currently is written all in one file ie server.js . I can resolve this and improve the folder structure.

MOHINI1403 commented 1 week ago

I am not only talking about working on the MVC architecture you can connect with me on discord I will elaborate my approach over there .

MOHINI1403 commented 1 week ago

mohinichauhan_ This is my discord username.

5rujana commented 1 week ago

@jindalpriyanshu101 we can create production grade folders routes, controllers, DB, models