This project is an implementation of MREN stack which saves the notes which can be edited and deleted.
Step 1: Download or clone this repo by using the link below:
https://github.com/createadi/notesKeeper.git
Step 2: Go to project root and execute the following command in terminal to get the required dependencies:
npm install
Step 3: Run the application:
npm start