Skip to content

A Microverse Rails Capstone Project (Sports Blog App).

Notifications You must be signed in to change notification settings

krys2fa/sportzhood

Repository files navigation

sportzhood

This is the Ruby on Rails Microverse Capstone project built to mimic the lifestyle articles website redesign. The theme for this web desktop app, however, is a sports blog.

Web App Screenshots

Web App Home Page

Web App Articles Page

Built With

  • Ruby v2.7.0
  • Ruby on Rails v5.2.4
  • Bootstrap-sass gem
  • Carrierwave gem
  • Cloudinary gem
  • Figaro gem
  • Font-awesome-rails gem

Live Demo

Click here to visit a live version of the web app.

Video Presentation

Click here for a video presentation.

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Ruby: 2.6.3 Rails: 5.2.3 Postgres: >=9.5

Setup

Install gems with:

bundle install

Setup database with:

   rails db:create
   rails db:migrate

Populate database with:

   rails db:seed

Setup cloudinary:

Go through this article to setup cloudinary for image upload and manipulation.

This is useful to set your environment variables.

Usage

Start server with:

    rails server

Open http://localhost:3000/ in your browser.

Run tests

    rpsec --format documentation

Deployment

This app was deployed on heroku.

Author

👤 Christopher Amanor

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Kindly give this repository a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is licensed under the MIT License.

About

A Microverse Rails Capstone Project (Sports Blog App).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages