Skip to content

Commit 39d6195

Browse files
authored
Update readme.md
1 parent df9d22b commit 39d6195

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Todo-CLI.v1.0.2/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This is a new release of our Todo List Application in command line Version 1.0.2
1414
* First Clone this repository from the Command Line by Typing `git clone https://github.com/Siddharth453/Todo-List.git` or go to <a href="https://cmd-todo-list9.herokuapp.com/download/v1.0.2">https://cmd-todo-list9.herokuapp.com/download/v1.0.2</a>.
1515
* Then from the command line type `cd Todo-List/Todo-CLI.v1.0.2`.
1616
* Then run `npm install`
17+
* then run `/Users/<your user>/mongodb/bin/mongod.exe --dbpath=/Users/<your user>/mongodb-data` to start the mognodb local server.
1718
* And you have finished the setup part of the application!
1819
* Type `node app.js --help` for more information of the commands.
1920
* Type `node app.js create --title="<Your Title>" --description="<Your Description>" --due="<Your Due Date>" --urgent="<Type true or false>"` to create a todo.

0 commit comments

Comments
 (0)