Skip to content

Commit 86e07c9

Browse files
committed
Provided Node version in package.json, updated README
1 parent 1765bb6 commit 86e07c9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
[<img src="https://cdn.gomix.com/2bdfb3f8-05ef-4035-a06e-2043962a3a13%2Fremix-button.svg" width="163px" />](https://glitch.com/edit/#!/import/github/gitdagray/mongo_async_crud)
66

77
**Deploy by clicking the button above**
8+
_Remember to add your .env variables in the deployed version_
89

910
**Description:**
1011

1112
This repository shares the code applied during the Youtube tutorial. The tutorial is part of a [Node.js & Express for Beginners Playlist](https://www.youtube.com/playlist?list=PL0Zuz27SZ-6PFkIxaJ6Xx_X46avTM1aYw) on my channel.
1213

13-
[YouTube Tutorial]() for this repository.
14+
[YouTube Tutorial](https://youtu.be/AWlLhRQJvtw) for this repository.
1415

1516
I suggest completing my [8 hour JavaScript course tutorial video](https://youtu.be/EfAl9bwzVZk) if you are new to Javascript.
1617

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
},
1010
"author": "Dave Gray",
1111
"license": "ISC",
12+
"engines": {
13+
"node": "14.x"
14+
},
1215
"dependencies": {
1316
"bcrypt": "^5.0.1",
1417
"cookie-parser": "^1.4.5",

0 commit comments

Comments
 (0)