This is my Homework project for a Ruby on Rails class. The app lets you create bunkers/vaults manage their inventory and get statistics.
- Ruby: ruby 2.7.1
- Rails: Rails 6.0.3.3
Mysql (There is a docker-compose file for development)
run docker compose up
bundle install
yarn install
docker-compose up --build
rails db:setup
rails -s