This is example project to practice in the Workshop "Test Driven Development for Full Stack Developers".
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
You have to install in your machine:
- Node.js v6.11.4 or later
- NPM 3.10.10 or later
- Docker 17.09.1-ce or later
- docker-compose 1.17.1 or later:
You should be able to run this commands successfully
node --version
npm --version
docker --version
docker-compose --version
- Abraham Panduro - Full-Stack Developer and Team Lead at iTexico -
This project is licensed under the MIT License - see the LICENSE file for details
- 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.