Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 266 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 266 Bytes

NodeDB

A basic database functions and IO operations implementations in NodeJS

Dependencies

Uuid and Nodemon

Please install nodemon with global parameter for using npm run watch command.

Run these commands line by line

npm i
npm i -g nodemon