/poolroute

An Application to buy and sell poolroutes

Primary LanguageRuby

Poolroute

An Application to buy and sell poolroutes

Installation:

  • Clone the Repo:
git clone git@github.com:lkkadiri/poolroute.git
  • Create The Database
rake db:create
  • Migrate the Database and populate all the tables
rake db:migrate
  • Run the application
rails s

Contribution:

To contribute to the poolroute project,

  • Fork the repo

  • Create your feature branch

git checkout -b my-feature
  • Commit your changes
git commit -am 'Add some feature'
  • Push to the branch
git push origin my-feature
  • Create new Pull Request