Skip to content

sebas095/adoptaPets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

233 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors