mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-09 01:01:04 -04:00
fix(curriculum): remove DB from env instructions (#55321)
This commit is contained in:
@@ -20,7 +20,7 @@ Working on this project will involve you writing your code using one of the foll
|
||||
|
||||
# --instructions--
|
||||
|
||||
1. SET `NODE_ENV` to `test` without quotes and set `DB` to your MongoDB connection string
|
||||
1. Set the `NODE_ENV` environment variable to `test`, without quotes
|
||||
2. Complete the project in `routes/api.js` or by creating a handler/controller
|
||||
3. You will add any security features to `server.js`
|
||||
4. You will create all of the functional tests in `tests/2_functional-tests.js`
|
||||
|
||||
Reference in New Issue
Block a user