Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# MightyTodo-List
A Working todo list connected to the database.
#Firstly install dependencies with a code 'npm install' in your terminal.

##Firstly install dependencies with a code 'npm install' in your terminal.

Next goto -> db/mongoose.js and in the place of \<mongoURI> add your mongoURI in order to connect to your database. :)