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

https://github.com/shalithasuranga/nodejs-mongodb-test


https://github.com/shalithasuranga/nodejs-mongodb-test

Last synced: about 2 months ago
JSON representation

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
```