Skip to content

This is part of Capstone project in Microverse's rails curriculum, to build a Ruby on Rails application where people can write articles. This is a website with articles about books, wedding business, fishing equipment, mushrooms - anything that you can write an article.

Notifications You must be signed in to change notification settings

Elijahscriptdev/Buzz_me

Repository files navigation

Project: BuzzLife Blog

This is part of Capstone project in Microverse's rails curriculum, to build a Ruby on Rails application where people can write articles. Find it here. This is a website with articles about books, wedding business, fishing equipment, mushrooms - anything that you can write an article.

Built With

  • Ruby v2.7.0
  • Ruby on Rails v6.0.2.1

Technologies

  • HTML
  • CSS
  • Ruby
  • Ruby On Rails
  • SASS
  • Cloudinary

Live Demo(video link)

Live link

Deployment to heroku

Live link

Prerequisites

  • Ruby: 2.7.0
  • Rails: 6.0.2.1

Functionalities

  • Signup
  • Login
  • Create articles
  • upload images
  • vote or unvote an article
  • Delete articles
  • Show articles with highest votes on home page
  • Show most popular articles
  • Each category displays all the articles under it
  • Signout

Setup

$ git clone https://github.com/Elijahscriptdev/Buzz_me.git

Navigate to the extracted folder

$ cd Buzz_me

Install the gems

$ bundle install

Create the database

$ rails db:create

Run the migrations

$ rails db:migrate

Run seed migrations

$ rails db:seed

Usage

Start server with:

    rails server

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

Run tests

    rpsec

Author

👤 Elijah Obominuru

Github | Twitter | LinkedIn

🤝 Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Credits

App UI Design idea by Nelson Sakwa on Behance

📝 License

This project is licensed under MIT license - see LICENSE for more details.

About

This is part of Capstone project in Microverse's rails curriculum, to build a Ruby on Rails application where people can write articles. This is a website with articles about books, wedding business, fishing equipment, mushrooms - anything that you can write an article.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published