/node-docker-api

Developing and Testing Microservices with Docker – https://mherman.org/blog/2017/04/18/developing-and-testing-microservices-with-docker/

Primary LanguageJavaScript

Developing and Testing Microservices with Docker

Things I leanrnt

  • How to create microservices with docker.
  • Got a better idea of the unit of a microservice.
  • The difference between the Dockerfile and the docker-compose.yml and what each of them are used for.
  • Another way to organise my node project.
  • knex - should use it in a project soon.