Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeroenvdb/poc-nodejs-mongodb
Experimenting with Node.JS and MongoDB
https://github.com/jeroenvdb/poc-nodejs-mongodb
Last synced: about 2 months ago
JSON representation
Experimenting with Node.JS and MongoDB
- Host: GitHub
- URL: https://github.com/jeroenvdb/poc-nodejs-mongodb
- Owner: JeroenVdb
- Created: 2014-12-08T10:41:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-08T12:10:52.000Z (about 10 years ago)
- Last Synced: 2023-07-31T21:09:31.535Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#### Start NodeJS Server
```
npm start
```#### Start MongoDB
```
// cd to mongodb dir
mongod --dbpath \data
```## Notes
#### Monk and Mongoose
Monk = pretty simple querying
Mongoose = Advanced querying, can collect referenced Doucments with one query (still multiple calls to MongoDB offcourse): http://mongoosejs.com/docs/populate.html