Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 421 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 421 Bytes

Bunker Manager

This is my Homework project for a Ruby on Rails class. The app lets you create bunkers/vaults manage their inventory and get statistics.

Technical deteails

Ruby version

  • Ruby: ruby 2.7.1
  • Rails: Rails 6.0.3.3

Database

Mysql (There is a docker-compose file for development) run docker compose up

Setup

bundle install
yarn install
docker-compose up --build
rails db:setup
rails -s