Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Commit c11c2e9

Browse files
authored
Update database in the readme
1 parent 6f0d054 commit c11c2e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ From the project root, we can run the following command to bootstrap the package
3131
npm install
3232
```
3333

34+
### Database
35+
36+
This app uses mongoDB, so please make sure you have monogoDB server and to access the data you can use MongoDB Compass. Once you have these tools, you should create a database called `todo` (this is what I have given in the grapQL code, you can change it anytime).
37+
3438
### 4. **Start the packages**
3539

3640
From the project root, we can run the following command to start our Node.js packages:

0 commit comments

Comments
 (0)