This is the web application that helps to save the note.
- npm
npm install npm@latest -g
- Clone the repository
git clone https://github.com/Binay7587/node-notes.git
- Locate the project folder in terminal
cd node-notes - Copy .env.example file to .env and provide the proper variables
- Install NPM packages
npm install
- Start the application
npm start
Open http://localhost:3001 to view it in your browser.
- To run all test
npm test - To run specific test file
npm test --- tests/node_api.test.js - To run specific test case
npm test -- -t 'a valid node can be added'
Binaya Karki - @binay7587 - me@binayakarki.com.np
Project Link: https://github.com/Binay7587/node-notes
Distributed under the MIT License. See https://github.com/Binay7587/node-notes/tree/master/LICENSE for more information.