https://github.com/shalithasuranga/nodejs-mongodb-test
https://github.com/shalithasuranga/nodejs-mongodb-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shalithasuranga/nodejs-mongodb-test
- Owner: shalithasuranga
- Created: 2017-12-02T17:02:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T02:13:08.000Z (over 7 years ago)
- Last Synced: 2025-02-13T00:29:07.918Z (4 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodejs-mongodb-test
This repo shows how you can work with mongodb in Nodejs.
#### Setup Development
```bash
$ git clone https://github.com/shalithasuranga/nodejs-mongodb-test.git
$ cd nodejs-mongodb-test
$ npm install
```#### Test
Add records
```bash
$ npm run create
```Display records
```bash
$ npm run show
```