This project aims to implement the challenge available at https://github.com/concretesolutions/desafio-node-espanol.
This project uses:
To run it follow the steps bellow:
1 - Download or clone this repo:
git clone https://github.com/SEdilson/concrete-node-challenge.git
2 - Install the dependencies:
npm install
3 - Run dependencies with docker-compose:
docker-compose up -d
4 - Run:
npm run dev
5 - Go to:
http://localhost:3333
6 - Run tests:
npm test