WebFund 2015W: Tutorial 6: Difference between revisions

From Soma-notes
Created page with "'''This tutorial is not yet finalized.''' Code for [http://homeostasis.scs.carleton.ca/~soma/webfund-2015w/code/persistent-notes.zip persistent-notes]."
 
No edit summary
Line 1: Line 1:
'''This tutorial is not yet finalized.'''
'''This tutorial is not yet finalized.'''


Code for [http://homeostasis.scs.carleton.ca/~soma/webfund-2015w/code/persistent-notes.zip persistent-notes].
In this tutorial you'll be learning about and extending [http://homeostasis.scs.carleton.ca/~soma/webfund-2015w/code/persistent-notes.zip persistent-notes].  This application is [http://homeostasis.scs.carleton.ca/~soma/webfund-2015w/code/notes-demo.zip notes-demo] from [[WebFund 2015W: Tutorial 4|Tutorial 4]] modified to work with MongoDB.  The application expects there to be a MongoDB instance running on localhost with notes in the same format as that used by the code in [[WebFund 2015W: Assignment 5|Assignment 5]] and [[WebFund 2015W: Tutorial 5|Tutorial 5]].

Revision as of 22:25, 1 March 2015

This tutorial is not yet finalized.

In this tutorial you'll be learning about and extending persistent-notes. This application is notes-demo from Tutorial 4 modified to work with MongoDB. The application expects there to be a MongoDB instance running on localhost with notes in the same format as that used by the code in Assignment 5 and Tutorial 5.