Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 706 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 706 Bytes

README

Schema documentation: https://github.com/maggiemunoz/CabanasYa/tree/main/docs/schema_documentation.pdf

How to run the app locally

You'll need Rails version 5.2+ and Ruby version 2.6+

git clone https://github.com/maggiemunoz/CabanasYa.git
cd CabanasYa

create .env file in the root of the repository with the following format

DB_USER=xx
DB_PASSWORD=xx
DEFAUL_USER_PASS=xx
GOOGLE_CLIENT_ID=xx
GOOGLE_CLIENT_SECRET=xx
GMAIL_ADDRESS=cabanasyacorreo@gmail.com
GMAIL_PASSWORD=xx

contact maggie.munoz@uc.cl for the specific passwords

run

rails db:create db:migrate db:seed

bundle install

npm i

Or you can go to:

https://cabanasya.herokuapp.com