MongoDB
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:
Terminal 1
Terminal 2
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)
Create database
after that you will be able to put your database name here ---> Backend (in index.js line 5)
Last updated
Was this helpful?