api-design-node-v3 icon indicating copy to clipboard operation
api-design-node-v3 copied to clipboard

Lots of problems

Open spiropoulos94 opened this issue 2 years ago • 3 comments

This repo is totally outdated. Please do something about it. Lesson 3 ,4 and 5 have no tests. Code on repo is different than code on video. Please do something about it. Fix this issues otherwise dont provide this course at all. Thanks

spiropoulos94 avatar Oct 30 '21 16:10 spiropoulos94

Is there any way I can still learn by tinkering with this repo from those videos at frontend masters?

bishopmate avatar Nov 21 '21 12:11 bishopmate

@Hendrixer @1Marc Hello :)

I am trying to follow along the course and unfortunately I keep running into problems with testing. Is there something I can help with in order to debug and fix the tests?

Thanks in advance.

vbabic avatar Apr 23 '22 15:04 vbabic

Check whats mongoDB version you have. It works with mongoose version which was released like 4 years ago :). Assuming you have used yarn to pull up packages and you got locked version : 2 of options:

  • downgrade MongoDB version .
  • upgrade code base with current standards. It is not so hard https://mongoosejs.com/docs/models.html

programatorseu avatar Nov 01 '22 06:11 programatorseu