- Notifications
You must be signed in to change notification settings - Fork3
An education GitPod module intended to teach individuals how to use mongo on any machine.
License
JavaScript-Open-Curriculum-Foundation/LearnMongoGitPod
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This a standalone educational GitPod module designed to teach people how to use basic CRUD methods with mongoDB.
Students should be to:
- Teach Basic CRUD methods with MongoDB & GitPod
- Use Docker Compose to start and stop mongoDB environment
- Use Docker, Terminal & MongoExpress to teach basic mongoDB concepts
- Distinguish between the name of a docker image (mongo) and the container name (learn-mongo)
- Use NPM Scripts to store docker commands
Assuming you are logged into github, then just click the button below. Phone, Tablet, Mac, Windows, Linux, Chromebook, as long as GitPod runs, you can learn how to code, anywhere!
Once GitPod has started up, just typemongo
into the terminal and it should look something like the gif below.
Unfortunately, the fancy slideshow extension I just for this lesson doesn't work in gitpod... yet (stay tuned).
In the meantime, I recorded ashort video of the lesson.
You can also view the slide on vscode withvscode-reveal. If you have the extension installed you can follow long with the fancyslideshow. Lastly, you can just read it in readme formate and it'll just look slightly less presentable...
Last but not least, I will be streaming lessons onmy twitch channel so consider joining the lesson live.
Today we'll be learning how to use Docker Compose to learn MongoDB.
Students should be to:
- Use GitPod to startup a mongoDB environment.
- Use docker exec to access the mongoDB Shell
- Distinguish between the name of a docker image (mongo) and the container name (learn-mongo)
- Use NPM Scripts to store docker commands such as docker exec for mongo shell
Type the following into a NEW terminal: mongo
.
If you like it this repo and want to see more on this topic, give it a star.
If there is enough interest in it, I'll add it too the final draft ofJavaScript-First which is an open source book that teaches people how to code with JavaScript using the node.js runtime environment rather than a browser and by the end, you will build a server and a website using JavaScript.
About
An education GitPod module intended to teach individuals how to use mongo on any machine.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.