anduong / example-rails-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Submission

Author: An Duong

Project: ShowMojo Example Rails Challenge

How to run web

Install gems and prepare database

bundle install
bin/rails db:migrate
bin/rails db:seed

Start the server

bin/rails server

Open a browser and go to this route

localhost:3000/charges

How to run test

The test for charges are in the folder spec/features

rspec spec/features/show_charges_list_spec.rb

or

rspec .

About


Languages

Language:Ruby 77.7%Language:HTML 14.9%Language:JavaScript 4.7%Language:SCSS 1.9%Language:CSS 0.9%