/aqua-ruby-web

Ruby on Rails Web Service

Primary LanguageRubyMIT LicenseMIT

aqua.rb

This project was created with the goal of learning Ruby on Rails

Installation

bundle config set --local without 'production'
bundle install
bundle exec rails db:migrate
bundle exec rails test
bundle exec rails s