Skip to content

Real Estate Management App Example

Notifications You must be signed in to change notification settings

efremropelato/rem-app

Repository files navigation

REAL ESTATE MANAGEMENT


RUN

docker-compose build # only first time
docker-compose up -d
docker-compose run web rails db:create db:migrate db:seed

optional

docker-compose run web yarn install --check-files 

Cleanup for restart

sudo rm -rfv ./tmp/db
docker-compose rm -f