This is an application made in the Entrepreneurship course for the adoption of pets
npm install or yarn install
npm start or yarn start
docker run -d --restart always --name mongoAdoptaPets mongo
docker run --link=mongoAdoptaPets:mongodb --name adoptaPets -d --restart always -p 9999:3000 -v /home/ubuntu/adoptaPets/uploads:/home/adoptaPets/public/uploads labsirius/adopta-pets ./run.sh