MongoDB
Last updated
Was this helpful?
Last updated
Was this helpful?
Basically what you need is already in mongoDB webpage so I suggest you to use this useful tutorial that its there.
But when you have already mongoDB installed on your pc, you just need to open two terminals, and type:
in terminal 2 you are going to be able to put some bash code so you are going to put the next command "use XDK_db" in order to create a database. (When you use $ mongo you are going to see what is below the > use XDK_db)
after that you will be able to put your database name here ---> (in index.js line 5)