This is an application made in the Entrepreneurship course for the adoption of pets
npm install or yarn installnpm start or yarn startdocker run -d --restart always --name mongoAdoptaPets mongodocker 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