/sql-joins-app

SQL JOINS visualizer

Primary LanguageHTMLMIT LicenseMIT

SQL Joins Visualizer help to you build SQL JOIN between two tables by using of Venn diagrams.

Development

Main logic. Web app build on top of middleman. To start it in development mode, you need install ruby and run in terminal:

$ bundle # get all deps
$ middleman server # start server on 4567 port

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request