Skip to content

BabyCattleyaGP/upscale-go-resto

Repository files navigation

Mini Go-Resto App

Description

Create application to manage go-resto

  • Add food to resto menu
  • See the list of food in resto menu
  • Edit food in resto menu

Dev Environment

  • Ruby 2.6.5p114
  • Rails 6.0.2.2

Build Instruction

bundle install

Run Instruction

rails server

Included Gems

Installation

Start with bundle install

Database Migration

On command line rake db:drop db:create db:migrate db:seed db:test:prepare

Run

On terminal run rails server

Running tests

  • run bundle exec rspec
  • for spesific file : rspec spec/****/****_spec.rb