/My-Notes

This is a note app to make and delete notes created using the MERN stack.

Primary LanguageJavaScript

My-Notes

This is a note app to make and delete notes created using the MERN stack.

/HOW TO DOWNLOAD![1]/

Make a directory and inside that Download/ pull the file from the server branch. Then make a client directory inside the root directory and download/pull the client branch inside the client directory. Then go inside the the server directory run-

$ npm install

$ npm run dev

This will start the development server in localhost:5000

After this, inside the terminal, start the mongodb server in your local workspace-

$ mongod

Then go inside the client directory and opent the terminal, then run-

$ npm install

$ npm start

This will start the client side development server in localhost:3000

/HOW TO USE/

You can add in notes or delete them from the web app. Write the title and description and the click on the "Add" button.

1

Once you do that, a note will be created. To delete it press on the "DELETE" word written on the notes-

2

/FEATURES TO ADD/

  1. An authentication set up for each user and associating the notes created by the user with their profile.
  2. Show the time when each note was created.