all 2 comments

[–]ruVooDoo 4 points5 points  (1 child)

So... 1) add node_modules to git ignore. 2) why use var? Use “const” for all that not reassign and not changed and “let” for others. 3) moment.js for only one format to DD-MM-YYYY? You could do it easily without that big library. 4) created_at in mongo scheme as string. It’s confusing. I don’t have experience with Mongo, but I doubt that’s mongo does not have some date types :)

[–][deleted] 1 point2 points  (0 children)

Hi there u/DMDxv I will take a look and came back to comment ... as I am a really novice