This is a Ruby on Rails 5 application that allows users to create their own portfolios
- Real time chat engine for comments
- Blog
- Portfolio
- Drag and drop interface
This web application is written with Ruby using the Ruby on Rails framework and a PostgreSQL database
Once you have Ruby, Rails and PostgreSQL installed. Take the following steps to install the application:
-
Run
git clone https://github.com/JoyyToo/DevcampPortfolio.git
to clone this repository -
Run
bundle install
to install all required gems
- Run
brew install postgres
- Run
-
rails db:create
-
rails db:migrate
-
- Run
rails db:seed
- Run test with
rspec spec
- Run
rails s