Description

RUN APP

Prepare
1. Yarn install

cd backend && yarn
cd frontend && yarn

2. Set up facebook app for development
(only neccessary when use login with facebook feature)

Go to https://developers.facebook.com/, login with facebook account
Select GoShare application, and get APPID, APP_SECRETE from Setting -> Basic infomation, then paste them on _backend/config/initializers/omniauth.rb
Up

docker-compose up -d

Down

docker-compose down

For rails

Export localhost:5050

For Reactjs

Create file .env and copy content of .env.example file then add googleAPI key

Just code and ctrl+S . Frontend expost localhost:3000