You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Todo-CLI.v1.0.2/readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ This is a new release of our Todo List Application in command line Version 1.0.2
14
14
* First Clone this repository from the Command Line by Typing `git clone https://github.com/Siddharth453/Todo-List.git` or go to <ahref="https://cmd-todo-list9.herokuapp.com/download/v1.0.2">https://cmd-todo-list9.herokuapp.com/download/v1.0.2</a>.
15
15
* Then from the command line type `cd Todo-List/Todo-CLI.v1.0.2`.
16
16
* 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.
17
18
* And you have finished the setup part of the application!
18
19
* Type `node app.js --help` for more information of the commands.
19
20
* 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