Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softspiders/mongodb-crud-testing
mongodb-tdd-crud in Node.js
https://github.com/softspiders/mongodb-crud-testing
crud db integration javascript js mocha mongodb mongoose node nodejs nodemon nosql persistense softspider ss starter tdd template test unit
Last synced: about 1 month ago
JSON representation
mongodb-tdd-crud in Node.js
- Host: GitHub
- URL: https://github.com/softspiders/mongodb-crud-testing
- Owner: softspiders
- License: mit
- Created: 2019-04-06T12:33:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T04:57:05.000Z (about 2 years ago)
- Last Synced: 2024-04-23T22:43:27.684Z (8 months ago)
- Topics: crud, db, integration, javascript, js, mocha, mongodb, mongoose, node, nodejs, nodemon, nosql, persistense, softspider, ss, starter, tdd, template, test, unit
- Language: JavaScript
- Size: 482 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[SOFTSPIDERS](https://github.com/softspiders/softspiders)
# CRUD testing in MongoDb with Mongoose and Mocha
## Feature tags
- crud
- mocha
- mongoose
- template## Direct ancestors
[mongoose](https://github.com/softspiders/mongoose)
---
## Requirements
* [Node.js](https://nodejs.org/en/download/package-manager/)
* [MongoDb](https://www.mongodb.com/)
---
## Install```sh
yarn
```## Running tests
```sh
yarn test
```## Authors
* [Priyesh Patel](https://gist.github.com/priyesh18) - [original code](https://blog.bitsrc.io/build-a-unit-testing-suite-with-mocha-and-mongoose-eba06c3b3625)
* [Alexander Lapygin](https://github.com/AlexanderLapygin) - catching in [Soft Spiders Net](https://github.com/softspider)## Inspiration
[Build a Unit-Testing Suite with Mocha and Mongoose](https://blog.bitsrc.io/build-a-unit-testing-suite-with-mocha-and-mongoose-eba06c3b3625)
### License
Licensed under the [MIT license](./LICENSE).