Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 306 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 306 Bytes

MongoDB navite driver

Example for CRUD operations using MongoDB's node.js navite driver.

It needs a connection uri on a .env file.

sample data to test on the data folder.

All methods for CRUD operations on the functions folder.

Running the script

yarn start

or

npm run start