Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 733 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 733 Bytes

AdoptaPets

This is an application made in the Entrepreneurship course for the adoption of pets

Requeriments/dependencies

Design/Web Style

Installation

npm install or yarn install

Run

npm start or yarn start

Run Docker container

Mongo db

docker run -d --restart always --name mongoAdoptaPets mongo

App

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