Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/negaashley/firstmongodbpractice
- Owner: NegaAshley
- Created: 2018-12-19T04:42:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T05:21:24.000Z (about 6 years ago)
- Last Synced: 2023-09-15T13:54:39.118Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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