srhcrete / marios_foods

Rails Week 1 code review - independent project using Ruby on Rails, Postgres, and Faker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

  1. $ git clone this repository
  2. $ cd marios_food
  3. $ bundle install
  4. $ rake db:create
  5. $ rake db:migrate
  6. $ rake db:test:prepare (for testing environment)
  7. $ rake db:reset
  8. $ rails s to start the server, then navigate to localhost:3000 in your browser.
  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

About

Rails Week 1 code review - independent project using Ruby on Rails, Postgres, and Faker


Languages

Language:Ruby 73.7%Language:HTML 17.5%Language:CSS 6.7%Language:JavaScript 2.1%