Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elijahscriptdev/buzz_me
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.
https://github.com/elijahscriptdev/buzz_me
bootstrap cloudinary html-css-javascript postgresql ruby-on-rails
Last synced: 7 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/elijahscriptdev/buzz_me
- Owner: Elijahscriptdev
- Created: 2020-04-01T09:10:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T06:59:55.000Z (11 months ago)
- Last Synced: 2024-02-13T07:38:47.338Z (11 months ago)
- Topics: bootstrap, cloudinary, html-css-javascript, postgresql, ruby-on-rails
- Language: Ruby
- Homepage: https://buzzlife.herokuapp.com/
- Size: 5.95 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://www.notion.so/Lifestyle-articles-b82a5f10122b4cec924cd5d4a6cf7561).
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](https://www.loom.com/share/9ba0037865ce40e6b6a890a34d4e632a?sid=42f1ce1f-007f-48ed-98c7-4c1e6a4f7f36)## Deployment to heroku
[Live link](https://buzzlife.herokuapp.com/)![](https://res.cloudinary.com/elijjaaahhhh/image/upload/v1590520670/BuzzLife_fdtxiy.png)
![](https://res.cloudinary.com/elijjaaahhhh/image/upload/v1590520670/BuzzLife-2_banun3.png)
![](https://res.cloudinary.com/elijjaaahhhh/image/upload/v1590523866/FireShot_Capture_101_-_BuzzLife_-_buzzlife.herokuapp.com_mwuqko.png)
## 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
```sh
$ git clone https://github.com/Elijahscriptdev/Buzz_me.git
```Navigate to the extracted folder
```sh
$ cd Buzz_me
```Install the gems
```sh
$ bundle install
```Create the database
```sh
$ rails db:create
```Run the migrations
```sh
$ rails db:migrate
```
Run seed migrations
```sh
$ rails db:seed
```### Usage
Start server with:
```sh
rails server
```Open `http://localhost:3000/` in your browser.
### Run tests
```
rpsec
```## Author
👤 **Elijah Obominuru**
[Github](https://github.com/Elijahscriptdev) | [Twitter](https://twitter.com/ElijahObominuru) | [LinkedIn](https://www.linkedin.com/in/elijah-obominuru-0b730b143/)
## 🤝 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](https://www.behance.net/gallery/14554909/liFEsTlye-Mobile-version)## 📝 License
This project is licensed under MIT license - see [LICENSE](/LICENSE) for more details.