Based on examples written by Titus Wormer
A simple but useful Express example showing how to use mongo db for a movielist app, and being able to filter a list of movies
git clone https://github.com/cmda-bt/be-course-21-22.git
cd be-course-21-22/examples/mongo_example
npm install
npm start
The following commits show how this example was created:
1a85de5
initial commit