I developed this Node.js REST API project to enhance my knowledge of REST APIs and to better understand how to deploy applications using Docker.
To download Node.js REST API Project repository from GitHub to your local machine and then navigates into the newly cloned project directory run the following command.
git clone git@github.com:rO0AB/node-rest-shop.git && cd node-rest-shop
You can use the following command to run the project with Docker. The web application will be running on localhost:3000.
docker-compose up