Skip to content

shawnbmccarthy/workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published