An open API service indexing awesome lists of open source software.

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

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
```