/concrete-node-challenge

Concrete's NodeJS challenge

Primary LanguageJavaScriptMIT LicenseMIT

concrete-node-challenge

This project aims to implement the challenge available at https://github.com/concretesolutions/desafio-node-espanol.

Stack

This project uses:

Running

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