/mongo_example

example of movielist app using mongo

Primary LanguageJavaScript

Mongo Example

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

Install

git clone https://github.com/cmda-bt/be-course-21-22.git
cd be-course-21-22/examples/mongo_example
npm install
npm start

Changes

The following commits show how this example was created: