Skip to content

Latest commit

 

History

History
81 lines (66 loc) · 1.88 KB

File metadata and controls

81 lines (66 loc) · 1.88 KB

Node Notes

This is the web application that helps to save the note.

Table of Contents

  1. Prerequisites
  2. Installation
  3. Testing
  4. Built With
  5. Contact
  6. License

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repository
    git clone https://github.com/Binay7587/node-notes.git
  2. Locate the project folder in terminal
    cd node-notes
  3. Copy .env.example file to .env and provide the proper variables
  4. Install NPM packages
    npm install
  5. Start the application
    npm start

Open http://localhost:3001 to view it in your browser.

(back to top)

Testing

  1. To run all test
    npm test
  2. To run specific test file
    npm test --- tests/node_api.test.js
  3. To run specific test case
    npm test -- -t 'a valid node can be added'

Built With

(back to top)

Contact

Binaya Karki - @binay7587 - me@binayakarki.com.np

Project Link: https://github.com/Binay7587/node-notes

License

Distributed under the MIT License. See https://github.com/Binay7587/node-notes/tree/master/LICENSE for more information.

(back to top)