Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/negaashley/firstmongodbpractice

Learning how to use MongoDB for MEAN stack
https://github.com/negaashley/firstmongodbpractice

Last synced: about 2 months ago
JSON representation

Learning how to use MongoDB for MEAN stack

Awesome Lists containing this project

README

        

# Our First Mongo Commands
* mongod
* mongod
* help
* show dbs
* use
* insert
* find
* update
* remove

# Mongoose
* Interact with a Mongo Database using Mongoose