im-prakher / my-notes-app

A simple node.js app to store your notes
0 stars 5 forks source link

Enabled database to store notes #6

Closed PiyushDhamane closed 3 years ago

PiyushDhamane commented 3 years ago

Fixed #5

Initially, the notes were stored in a local text file. But now, they'll be stored in MongoDB. Used mongoose to give a proper structure to the data being stored. Used npm install for installing the required modules. Hence other modules were updated as well. So the commit might seem a bit messy at first look, but I request you to try running it in the local system once. The code isn't messy at all and runs properly.

PiyushDhamane commented 3 years ago

@im-prakher please check this

PiyushDhamane commented 3 years ago

@im-prakher done

im-prakher commented 3 years ago

Looks good to me!