https://github.com/efremropelato/rem-app
Real Estate Management App Example
https://github.com/efremropelato/rem-app
activecable activestorage assets-management postgresql rails6 react table-inheritance
Last synced: 4 months ago
JSON representation
Real Estate Management App Example
- Host: GitHub
- URL: https://github.com/efremropelato/rem-app
- Owner: efremropelato
- Created: 2020-05-16T15:19:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T18:57:50.000Z (over 2 years ago)
- Last Synced: 2025-03-11T13:51:59.885Z (7 months ago)
- Topics: activecable, activestorage, assets-management, postgresql, rails6, react, table-inheritance
- Language: Ruby
- Homepage:
- Size: 2.96 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REAL ESTATE MANAGEMENT
---### RUN
```sh
docker-compose build # only first time
docker-compose up -d
docker-compose run web rails db:create db:migrate db:seed
```### optional
```sh
docker-compose run web yarn install --check-files
```### Cleanup for restart
```sh
sudo rm -rfv ./tmp/db
docker-compose rm -f
```