GitXplorerGitXplorer
g

tba-dancer

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
e10728cc068a9233d6e10c8ec1a85cd27891a97a

Learned that GitHub Markdown != real markdown

ggallexi committed 7 years ago
Unverified
b4062f4f091b501fdf26c15e050418f10f65af98

hide email address, add links to comps from seeks

ggallexi committed 8 years ago
Unverified
fd0b9ed414dc8fa20f119a40d91352861cdb7bdc

made it prettier again from the correct folder yes

ggallexi committed 8 years ago
Unverified
20e12e5f8bf89847285b9044a4353b24ed063422

Made it prettier

ggallexi committed 8 years ago
Unverified
db3e47c0420069fef3f614da91d8f847ff9eea9e

fix link to meg's website

ggallexi committed 8 years ago
Unverified
186932c20de484ef55f8f8f3c4c5b09d61f83568

change background color

ggallexi committed 8 years ago

README

The README file for this repository.

Hello! Welcome to TBA Partner, my 2016 winter break project.

Intro

For those of you who do not ballroom dance, a bit of introduction may be needed. This app is created first to help me learn Rails and other web things, but also to help those without ballroom partners find people to dance with at area competitions. Traditionally, those who do not have partners going into a comp are said to be "dancing TBA", or dancing with a partner to be announced, hence the name of the app. Take a look around! I hope you enjoy.

The technical things

This is a Ruby on Rails app, nothing special really. To run the server, first be sure you have Rails and SQLite installed and this repo downloaded. In the highest level directory of this repo, run "bundle install", then "rake db:migrate", then "rails s". In theory, that should be it!