This is a Ruby on Rails 5 application that allows users to create their own portfolios.
Last version is online on https://dd-portfolio.herokuapp.com
- Ruby 2.4.0+ (prefer 2.4.2)
- Rails 5.1+ (prefer 5.1.4)
- Real time chat engine for comments
- Blog
- Portfolio
- Drag and drop interface
def my_great_method
puts "here it is"
end
alert('Hi there');
Run following commands:
- git clone git@github.com:IbrahimSerhat/portfolio.git portfolio
- cd portfolio
- bundle install --without production
- rails db:setup
- rails s
You're live now and You can run localhost:3000 Congratulations!!!