https://github.com/jsquire/mongodevelopercourse
MongoDB Developer Course (M101P)
https://github.com/jsquire/mongodevelopercourse
Last synced: 23 days ago
JSON representation
MongoDB Developer Course (M101P)
- Host: GitHub
- URL: https://github.com/jsquire/mongodevelopercourse
- Owner: jsquire
- Created: 2013-06-21T22:37:41.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2022-04-02T14:04:30.000Z (about 4 years ago)
- Last Synced: 2025-03-02T05:28:57.054Z (over 1 year ago)
- Language: Python
- Size: 8.82 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.markdown
Awesome Lists containing this project
README
# MongoDB Developer Course (M101P)
This repository holds the course materials, assignments, and projects for the 10gen MongoDB Developer Course (M101P) run in June of 2013. The basis of the coursework revolves around the use of Python and the Bottle framework with Mongo to create a rudimentary blog site. The code herein is an intermingling of the starter code supplied by 10gen and the customiszations/extensions made to complete the assignments.
## Respository Structure
The repository is organized as follows:
* **documents**
*Contains the 10gen-supplied course materials as well as any written assignments or documentation*
* **db-scripts**
*Contains any MongoDB scripts or dump files used to load the database*
* **src**
*Contains the source code for the assignment projects*
## Warning
This project is not actively maintained. Assets have aged and may have security vulnerabilities. It is highly recommended that dependencies aare updated before making use of any project assets.