thomasstep / frenchToast

Auto Repair Shop Website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frenchtoast

Made by AJ Najjar, Bailey Guthrie, Chris Sherman, Patrick Habashy (Product Owner), Shawn Simon, and Thomas Step (Scrum Master).

Hosted on Heroku

This app uses Ruby 2.4.0. The front end is made using Bootstrap version 4. Styling guidelines are default Bootstrap guidelines. The DB is PostgreSQL. The master branch is added to as features are created and approved by 2 other team members.

You need to download PostgreSQL. Run bundle install after downloading repo.

Problems with local PostGres not recognizing 5432 port solved with commands
$ mkdir /var/pgsql_socket/
$ ln -s /private/tmp/.s.PGSQL.5432 /var/pgsql_socket/

see here : https://stackoverflow.com/questions/13868730/socket-file-var-pgsql-socket-s-pgsql-5432-missing-in-mountain-lion- os-x-ser

Refer to this to link issues with pull requests

Capybara and Cucumber testing help

rspec help

Run this to make recent devise login PR work
bin/rails db:migrate RAILS_ENV=development

About

Auto Repair Shop Website


Languages

Language:Ruby 57.5%Language:HTML 32.7%Language:Gherkin 6.7%Language:CSS 1.7%Language:JavaScript 1.2%Language:CoffeeScript 0.2%