Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdmedlock/learnyoumongo
freeCodeCamp "learnyoumongo" Exercises
https://github.com/jdmedlock/learnyoumongo
Last synced: about 2 months ago
JSON representation
freeCodeCamp "learnyoumongo" Exercises
- Host: GitHub
- URL: https://github.com/jdmedlock/learnyoumongo
- Owner: jdmedlock
- License: mit
- Created: 2017-01-16T14:29:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-17T00:02:49.000Z (almost 8 years ago)
- Last Synced: 2024-10-13T14:17:24.324Z (3 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# freeCodeCamp "learnyoumongo" Exercises
This repo contains my solutions for the exercises defined in the
learnyoumongo-series of FCC exercises.- Start MongoDB - ./mongodb
- Start Mongo terminal session - mongo
- Repair corrupted MongoDB - ./mongod --repairThis series of exercises consists of the following Javascript programs used
to learn the MongoDB environment and capabilities:| Lesson | Program |
|----------------------|------------------|
| MONGOD | N/a |
| CONNECT | N/a |
| FIND | find.js |
| FIND PROJECT | findproject.js |
| INSERT | insert.js |
| UPDATE | update.js |
| REMOVE | remove.js |
| COUNT | count.js |
| AGGREGATE | aggregate.js |