Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 542 Bytes

File metadata and controls

32 lines (19 loc) · 542 Bytes

Notes

Note is an applications to create/edit/delete notes and storages to organizate all yours tasks.

Requirements

To use this program or modify it, you need node, mongo on your system and install all dependencies.

Quick start

The following command install all necesaries dependencies.

npm update
npm install

Run the program.

node src/index.js

Then put on your browser the next url and you never forgot nothing!

localhost:3000

Enjoy!