Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/besufekad-haz/blog-app
- Owner: Besufekad-HAZ
- License: mit
- Created: 2023-06-14T15:40:32.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-05-13T10:46:30.000Z (8 months ago)
- Last Synced: 2024-12-15T01:29:23.705Z (30 days ago)
- Language: Ruby
- Size: 194 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 StackRuby On Rails
- Create and manage blog posts
- See previously posted blogs
- Like or comment on a blog post
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/)
- 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/)
- [ ] **Create API endpoints**
- [ ] **Implement authentication**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Besufekad-HAZ/Blog-App/issues).
If you like this project, please leave a ⭐️
I would like to thank microverse for serving this opprtunity.
This project is [MIT](https://github.com/Besufekad-HAZ/Blog-App/blob/main/LICENSE) licensed.