Skip to content

Misquote is a portfolio project based of the Mixed Message project prompt on Codecademy

Notifications You must be signed in to change notification settings

myerkes/misquote

Repository files navigation

Misquote - a Ruby on Rails Portfolio Project

Introduction

The intent of this project was to practice creating a Ruby on Rails app that uses a PostgreSQL DB and deploy it to Heroku. It was created for the Mixed Messages problem promt on Codecademy. The scope of the prompt was only to generate random messages in JavaScript, but it presented an opportunity to practice other skills I had been working on. I creates 2 pages - 1 for testing the PostgreSQL implementation and one for generating the JavaScript messages.

Technologies

  • Ruby version 2.7.3p183
  • Rails version 6.1.3.2
  • PostgreSQL 13.3

Launch

  • Ensure you have the correct versions of all technologies in scope installed.
  • Clone the repository to your local machine
  • Navigate to the project folder in your terminal
  • Run 'bundle install' to ensure all necessary gems are present
  • Run 'rails db:seed' to ensure the database has the initial seeds present
  • Run 'rails server' to or 'rails s -p 4001' to start a local server
  • Use your web browser at the correct localhost port to view
  • To deploy to Heroku, follow Heroku's Ruby on Rails getting started guide

Sources

Initial quotes provided by source

About

Misquote is a portfolio project based of the Mixed Message project prompt on Codecademy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published