Giter Club home page Giter Club logo

corkboard-v2's Introduction

README

Start by cloning down: [email protected]:NicholasJacques/corkboard.git

Navigate into the Corkboard directory in your terminal

Run the following commands:

Bundle (utilizing "gem install -----" for any missing gems)

rake db:create rake db:migrate rake db:seed

(you might need to enter an additional migration file) (first check to see if column radius is present in the pro_services table in the schema) (if it is not...)

class AddColumnToProService < ActiveRecord::Migration[5.0] def change add_column :pro_services, :radius, :string end end

Open the project in text editor of your choice


In text editor open 'SchemaXML.txt'

In your web browser navigate to: http://ondras.zarovi.cz/sql/demo/

Click Save/Load

Paste the contents of SchemaXML into the Input/Output text field and hit "Load XML"


A few notes on the project:

The Pro model is a single table inheritance from the User.

Pro_Services is utilized to deliniate the user type between a Requester(user) and Pro.

In Pro_Services there is a SET data type in the schema diagram (array w/integer in the DB). This is a non-indexed, unique value only array type that we are using to store an array of the service id's that are essentially tags noting what services that professional provides.


Keys:

Twilio

Facebook

Google


Rspec Test Suite

corkboard-v2's People

Contributors

bethknight1234 avatar glassjoseph avatar jk1dd avatar josh-works avatar markyv18 avatar nessefc avatar nicholasjacques avatar ryt11 avatar seth-at-at avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.