Added .replit

Lockfile
Readme
This commit is contained in:
Obaida Albaroudi 2020-07-08 15:18:15 +00:00 committed by Kristofer Koishigawa
parent 8a7f865c59
commit 7c8a59ac99
4 changed files with 1550 additions and 2 deletions

2
.replit Normal file
View File

@ -0,0 +1,2 @@
language = "nodejs"
run = "npm start"

View File

@ -1,6 +1,6 @@
**FreeCodeCamp**- Information Security and Quality Assurance
------
[![Run on Repl.it](https://repl.it/badge/github/freeCodeCamp/boilerplate-project-issuetracker)](https://repl.it/github/freeCodeCamp/boilerplate-project-issuetracker)
Project Issue Tracker
1) SET NODE_ENV to `test` without quotes and set DB to your mongo connection string in .env file

1546
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -30,4 +30,4 @@
"express"
],
"license": "MIT"
}
}