Skip to content

sjproctor/portfolio

Repository files navigation

Sarah Proctor

Portfolio Application in Ruby on Rails

✅ Onboarding to the App

This is a Ruby on Rails application with a PostgreSQL database.

  • Ruby version: 3.2.0
  • Rail version: 7.0.8.1
  • Postgres version: 14.10
  • To run the app in a development environment, clone the repository and run the following:
    • bundle
    • rails db:create
    • rails db:migrate
    • bin/dev
  • The application will run locally at http://localhost:3000/

💄 Styling Notes

  • Styling is handled with Tailwind
  • Color variations
  • Color scheme
    • Light blue: #CEE2DA
    • Teal: #447A7C
    • Pink: #EF8F7C
      • Lighter tint: #FBE8E4
    • Olive: #899065
    • Mustard: #DEAF4B

🤝 Application Dependencies

🗄️ Useful Resources

A few of the many resources that helped me on my way.

🚀 Deployment

  • The application is deployed on Render.com and available at this url

🫧 Linting