Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/besufekad-haz/blog-app

This is a blog website built using Ruby on Rails. Readers can leave comments and like posts, and administrators can manage content. The site includes user authentication and a search feature.
https://github.com/besufekad-haz/blog-app

Last synced: 16 days ago
JSON representation

This is a blog website built using Ruby on Rails. Readers can leave comments and like posts, and administrators can manage content. The site includes user authentication and a search feature.

Awesome Lists containing this project

README

        


Rails Blog

![Ruby on rails](image.png)

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [ Rails Blog ](#-My-Blog-App-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Database](#database)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# Rails Blog
> Rails Blog app is a blog website built using Ruby on Rails. Readers can leave comments and like posts, and administrators can manage content. The site includes user authentication and a search feature.

## 🛠 Built With
### Tech Stack

Ruby On Rails

### Key Features

- Create and manage blog posts
- See previously posted blogs
- Like or comment on a blog post

(back to top)

## 💻 Getting Started

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

### Prerequisites

In order to run this project you need:

- Mac or PC
- Understanding OOP principles
- Have the following installed on your machine
- [Ruby](https://www.ruby-lang.org/en/)
- [Rails](https://rubyonrails.org/)
- [PostgreSQL](https://www.postgresql.org/)

### Setup

Clone this repository to your desired folder:

```sh
cd your-folder
git clone [email protected]:Besufekad-HAZ/Blog-App.git (SSH)
```

### Install

Install this project with:

Install the required gems with:

```sh
bundle install
```

### Database

Create the databases and run migrations with:

```sh
rails db:create
rails db:migrate
```

### Deployment

To deploy the app you can use

- [Render](https://www.render.com/)
- [Heroku](https://www.heroku.com/)

(back to top)

## 👥 Authors

## 👤 Besufekad Alemu

- GitHub: [@Besufekad-HAZ](https://github.com/Besufekad-HAZ)
- Twitter: [@BesufekadAlemu7](https://twitter.com/BesufekadAlemu7)
- LinkedIn: [@besura](www.linkedin.com/in/besura)

👤 **Kelvin kaviku**

- GitHub: [@brainskev](https://github.com/brainskev/)
- Twitter: [@kelvin_ngotho](https://twitter.com/kevin_ngotho?s=09/)
- LinkedIn: [kelvin](https://www.linkedin.com/in/kelvinkaviku/)

(back to top)

## 🔭 Future Features

- [ ] **Create API endpoints**
- [ ] **Implement authentication**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Besufekad-HAZ/Blog-App/issues).

(back to top)

## ⭐️ Show your support

If you like this project, please leave a ⭐️

(back to top)

## 🙏 Acknowledgments

I would like to thank microverse for serving this opprtunity.

(back to top)

## 📝 License

This project is [MIT](https://github.com/Besufekad-HAZ/Blog-App/blob/main/LICENSE) licensed.

(back to top)