ElleeB / candyco

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Install RVM

Install Ruby

  • rvm install 2.6.3

Please navigate into the project folder and run:

  • bundle install

  • rails/rake db:create db:migrate db:seed

To launch:

  • run rails s

  • localhost:3000/reports

To run tests:

  • rspec spec/models/order_spec.rb

  • rspec spec/requests/api/data_api_request_spec.rb

About


Languages

Language:Ruby 79.4%Language:HTML 9.7%Language:JavaScript 8.9%Language:CSS 2.1%