Here, I'll run through how I actually wrote the code deployed to the server
First, on the host machine, I needed a few libraries. From the node download page, I got npm which allowed me to install all subsequent libraries. The libraries I needed were: Express, Docker, and bcrypt, md5, and mongodb
To install docker, install the community edition on a computer running windows 1- pro, Linux, or MacOS. For the rest of the libraries run the following commands