A home inventory app to track items in your home.
- Ruby - https://www.ruby-lang.org
- Postgresql - https://www.postgresql.org
- Clone the repo:
git clone https://github.com/MisterBolt/home-inventory.git
- Configure required environment variables shown in
app/.env.developmentfile. - Setup and run application:
bin/setup
- Run application:
bin/dev
- Run unit tests:
rails test - Run system tests:
rails test:system