You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,4 +39,9 @@ I've created a 2020 version of this project using Typescript. If you might be in
39
39
- Fixed deprecation warnings.
40
40
- Leveraged `findOneAndUpdate` to simplify PATCH code.
41
41
- Changed default MongoDB server name to `localhost` to simplify first-time setup.
42
-
- Checked that it works with the latest version of Node.js, 14.9.0.
42
+
- Checked that it works with the latest version of Node.js, 14.9.0.
43
+
44
+
### 2020-11-14
45
+
46
+
- Accepted changes in the docker file that was causing MongoDB issues on Windows Subsystem Linux (WSL2) - Ubuntu.
47
+
- If you are new to this project, I highly recommend starting with Typescript first, like we talk about here: https://www.toptal.com/express-js/nodejs-typescript-rest-api-pt-1
0 commit comments