Skip to content

Commit abeca9c

Browse files
committed
betterments 12c
1 parent 3a9bb2f commit abeca9c

File tree

3 files changed

+99
-83
lines changed

3 files changed

+99
-83
lines changed

src/content/12/en/part12b.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,12 @@ you may have a read permission problem. They are not uncommon when dealing with
448448

449449
Now starting the Express application with the correct environment variable should work:
450450

451+
```bash
452+
MONGO_URL=mongodb://the_username:the_password@localhost:3456/the_database npm run dev
453+
```
454+
455+
Let's check that the http://localhost:3000/todos returns the two todos we inserted in the initialization. We can and <i>should</i> use Postman to test the basic functionality of the app, such as adding or deleting a todo.
456+
451457
### Still problems?
452458

453459
For some reason, the initialization of Mongo has caused problems for many.

0 commit comments

Comments
 (0)