Deploy your MEVN (MongoDB, Express, Vue and Node) application on a server using Docker and Docker-compose
In this post, I would be discussing the approach I followed while deploying one of my hobby projects created using MEVN stack. For this to work you only need to have Docker installed on your system. W...