Simple CRUD application to manage cats using the u-case gem.
Follow the steps below to get a development environment running
Clone the project
git clone git@github.com:betogrun/cat-a-log.git && cd cat-a-log
Create the database and run the migrations
docker-compose run --rm web bundle exec rails db:create db:migrate db:seed
docker-compose up
Get the web container id
docker ps
Attach your terminal to the container
docker attach container_id