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: 2 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T18:57:50.000Z (over 3 years ago)
- Last Synced: 2025-06-16T16:12:12.939Z (about 1 year 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
```