Skip to content

Latest commit

 

History

History
executable file
·
21 lines (16 loc) · 621 Bytes

README.md

File metadata and controls

executable file
·
21 lines (16 loc) · 621 Bytes

alt text

Running the app

git clone https://github.com/OkancanCosar/Apalapucia.git
cd Apalapucia
  database.yml düzenle
rails db:setup
rails db:migrate
rails db:seed
bundle install

Open http:://localhost:3000

Contributing

  1. Fork it ( https://github.com/OkancanCosar/Apalapucia.git )
  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 a new Pull Request