A project to develop a prototype of a website app upgrade for an online business coaching business.
- To consolidate and extend my Ruby on Rails skills
git clone [email protected]:StephanMusgrave/TTdemo.git
cd TTdemo
rails s
Click here to open the web page on Heroku: App on Heroku
Technology | Used for |
---|---|
Ruby 2.1.2 | Main programming language |
Ruby on Rails 4.1.1 | Model View Controller Framework |
Heroku | Deployment: App on Heroku |
Sqlite3 | SQL Database for development |
Postgrsql | SQL Database for deployment |
Devise | Enabling users and admins |
Dropbox | Bulk image hosting |
Paperclip | A file attachment library for Active Record, used for uploading images |
paperclip-dropbox | extends Paperclip with Dropbox storage |
Figaro | handling passwords and keys |
HTML5 | Web Pages |
CSS3 | Styling |
Bootstrap | Base styling theme and carousel display |