- Install Docker (https://www.docker.com/get-started)
- Install docker-compose (https://docs.docker.com/compose/install/)
$ git clone https://github.com/juliocri/dockerized-rest-api$ cd dockerized-rest-api$ docker-compose build$ docker-compose up -d- open next url: http://localhost:3000