https://github.com/alvaropaco/tdd-nodejs
Simple example of TDD implementation in NodeJS.
https://github.com/alvaropaco/tdd-nodejs
Last synced: 2 months ago
JSON representation
Simple example of TDD implementation in NodeJS.
- Host: GitHub
- URL: https://github.com/alvaropaco/tdd-nodejs
- Owner: alvaropaco
- License: mit
- Created: 2016-04-27T14:26:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-28T22:18:27.000Z (about 9 years ago)
- Last Synced: 2025-02-12T09:59:40.345Z (4 months ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TDD-NodeJS  [](https://waffle.io/ScalaSoft/TDD-NodeJS) [](https://codeclimate.com/github/ScalaSoft/TDD-NodeJS) [](https://codeclimate.com/github/ScalaSoft/TDD-NodeJS) [](https://codeclimate.com/github/ScalaSoft/TDD-NodeJS/coverage)
Simple example of TDD implementation in NodeJS.# Description
This project is a simple example how to use TDD in Nodejs storing on a SQLite Database. After that i used Travis CI to mage my builds. I hope you enjoy.
## Requires
* NodeJs installed >= 5
* "chai": "^3.5.0",
* "express": "^4.13.4",
* "mocha": "^2.4.5",
* "request": "^2.72.0",
* "sequelize": "^3.22.0",
* "sqlite3": "^3.1.3"