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

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.

Awesome Lists containing this project

README

        

# TDD-NodeJS ![alt tag](https://travis-ci.org/ScalaSoft/TDD-NodeJS.svg?branch=master) [![Stories in Ready](https://badge.waffle.io/ScalaSoft/TDD-NodeJS.png?label=ready&title=Ready)](https://waffle.io/ScalaSoft/TDD-NodeJS) [![Code Climate](https://codeclimate.com/github/ScalaSoft/TDD-NodeJS/badges/gpa.svg)](https://codeclimate.com/github/ScalaSoft/TDD-NodeJS) [![Issue Count](https://codeclimate.com/github/ScalaSoft/TDD-NodeJS/badges/issue_count.svg)](https://codeclimate.com/github/ScalaSoft/TDD-NodeJS) [![Test Coverage](https://codeclimate.com/github/ScalaSoft/TDD-NodeJS/badges/coverage.svg)](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"