panduroab / tdd-fs-devs

Test Driven Development for Full Stack Developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Driven Development for Full Stack Developers

This is example project to practice in the Workshop "Test Driven Development for Full Stack Developers".

Getting Started

Clone the project and install the dependencies

git clone git@github.com:panduroab/tdd-fs-devs.git
cd tdd-fs-devs
npm install
npm test

all tests should pass

Prerequisites

You have to install in your machine:

You should be able to run this commands successfully

node --version
npm --version
docker --version
docker-compose --version

Authors

  • Abraham Panduro - Full-Stack Developer and Team Lead at iTexico -

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • iTexico Main is a space to share knowledge, learn new technologies, improve your skills, build your community and a great opportunity for technology lovers to know all about iTexico.

About

Test Driven Development for Full Stack Developers


Languages

Language:JavaScript 100.0%