We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a861e6 commit 15d77cbCopy full SHA for 15d77cb
.gitignore
@@ -56,4 +56,3 @@ typings/
56
57
# dotenv environment variables file
58
.env
59
-scratch1index.txt
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "thinkful-backend-template",
3
- "version": "1.0.0",
+ "version": "2.0.0",
4
"description": "Template for an Express backend",
5
"main": "index.js",
6
"scripts": {
scratch.txt
@@ -2,4 +2,4 @@
-run nodemon start
use in git bash terminal
-mongoimport --db zhip --collection transactions --drop --file /c/Users/safetydance/thinkful-projects/zhip-application/server/items/primer-transaction.json
+mongoimport --db zhip --collection transactions --drop --file <drag and drop file>
0 commit comments