UI Deploy

Curated, Short, Web UI Dev we Love.

How to deploy RESTful APIs using Node, Express 4 and Docker

Previously, I detailed how to deploy REST-based APIs using Ruby and Sinatra. Let's now look at a similar approach using Node Express. We'll learn how to build the API using Node Express 4, understand how to try it out locally using Docker Compose, and deploy your Dockerized API to your choice of cloud vendor using Cloud 66.

view source