Some code examples for the shell and a simple node api, please note this is all demo code and probably has bugs! happy hunting!
This is a set of javascript modules to show CRUD operations, indexing, and aggregation, explore and have fun!
Simple nodejs express app
nodejs and npm needs to be installed on your system, follow instructions on https://nodejs.org/en/
cd app
MURL="MONGO_ATLAS_URI" npm start
cd app
MURL"MONGO_ATLAS_URI" npm test
Need to update & add tests