Yupi es un servicio simple, accesible y útil que permite a los usuarios rentar y devolver paraguas.
- Git
- clone repository
git clone git@github.com:jgersain/umbrella-app.git
- move to project folder
cd umbrella-app
- Install docker and docker-compose
- create
.env
with content of.env.example
template - run
docker-compose build
anddocker-compose up
- open in browser localhost:8000
- run
sudo apt-get update && sudo apt-get upgrade
- Install Node.js
- Install Yarn
- install dependencies with
yarn
ornpm run install
- run project
yarn start
ornpm run start
- open in browser localhost:3000