This is a Ruby on Rails 5 application that allows users to create their own portfolios.
- RVM (recommended)
- Ruby - version 2.5.1
- PostgreSQL - version 10.5
Clone the repo
git clone https://github.com/Mill1893/personalPortfolio.git
Cd into the directory
cd personalPortfolio
Run bundle install
bundle install
To start the service
rails s
Unit tests pending (will be written with Rspec)
Linter will be added at a later time.
- Ruby - version 2.5.1
- Rails - version 5.2.2
- PostgreSQL - version 10.5
- Andy Miller - Initial work - Mill1893
This project is licensed under the MIT License - see the LICENSE file for details
- This project was created using Jordan Hudgens Udemy course