Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 597 Bytes

File metadata and controls

28 lines (22 loc) · 597 Bytes

JavaScript & Friends Workshop

Some code examples for the shell and a simple node api, please note this is all demo code and probably has bugs! happy hunting!

shell & demo.js

This is a set of javascript modules to show CRUD operations, indexing, and aggregation, explore and have fun!

app

Simple nodejs express app

requirements

nodejs and npm needs to be installed on your system, follow instructions on https://nodejs.org/en/

To run

cd app
MURL="MONGO_ATLAS_URI" npm start

To test

cd  app
MURL"MONGO_ATLAS_URI" npm test

TODO

Need to update & add tests