https://github.com/indiecodermm/blogify
A blogging platform with user authentication, authorization and like/comment features. Built with Ruby on Rails + PostgreSQL
https://github.com/indiecodermm/blogify
Last synced: 5 months ago
JSON representation
A blogging platform with user authentication, authorization and like/comment features. Built with Ruby on Rails + PostgreSQL
- Host: GitHub
- URL: https://github.com/indiecodermm/blogify
- Owner: IndieCoderMM
- License: mit
- Created: 2023-04-03T14:39:43.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-22T13:34:43.000Z (almost 3 years ago)
- Last Synced: 2025-04-13T05:53:48.363Z (10 months ago)
- Language: Ruby
- Size: 215 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/IndieCoderMM/blogify/graphs/contributors)
[](https://github.com/IndieCoderMM/blogify/commits/main)
[](https://github.com/IndieCoderMM/blogify/stargazers)
[](https://github.com/IndieCoderMM/blogify/issues)
[](https://github.com/IndieCoderMM/blogify/blob/main/LICENSE)
Table of Contents
- [๐ฐ Blogify - Rails App ](#-blogify---rails-app-)
- [๐งฐ Tech Stack ](#-tech-stack--)
- [โจ Key Features ](#-key-features--)
- [๐ Getting Started ](#-getting-started--)
- [๐ Prerequisites](#-prerequisites)
- [๐ Setup](#-setup)
- [๐ฅ Installation](#-installation)
- [๐พ Database](#-database)
- [๐ป Usage](#-usage)
- [๐งช Run tests](#-run-tests)
- [๐จโ๐ Authors ](#-authors--)
- [๐ฏ Future Features ](#-future-features--)
- [๐ค Contribution ](#-contribution--)
- [๐ Show Your Support ](#-show-your-support--)
- [๐ Acknowledgements](#-acknowledgements)
- [๐ License ](#-license-)
**Blogify** is a simple, easy-to-use blogging platform which allows users to create and publish their own blog posts. Users can also read posts from other users and give likes/comments.
## ๐งฐ Tech Stack
- Ruby on Rails
- PostgreSQL
## โจ Key Features
- Create and manage blog posts
- Read posts by other users
- Interact by giving likes/comments
- User authentication and authorization
To run this project locally, you'll need to follow these steps.
### ๐ Prerequisites
Make sure you have the following installed on your machine:
- [Ruby 3.1.3 or higher](https://www.ruby-lang.org/en/)
- [Rails 7.0.4 or higher](https://rubyonrails.org/)
- [PostgreSQL 15.2 or higher](https://www.postgresql.org/)
### ๐ Setup
Clone this repository to your desired foler.
```sh
cd my-project
git clone git@github.com:IndieCoderMM/blogify.git .
```
### ๐ฅ Installation
Install the required gems with:
```sh
bundle install
```
### ๐พ Database
Create the databases and run migrations with:
```sh
rails db:create
rails db:migrate
```
To load the sample data, run:
```sh
rails db:seed
```
### ๐ป Usage
To run the development server, execute the following command:
```sh
rails server
```
### ๐งช Run tests
To run tests, run the following command:
```sh
rspec spec --format doc
```
๐ค **Hein Thant**
- GitHub: [@IndieCoderMM](https://github.com/indiecodermm)
- LinkedIn: [@hthantoo](https://linkedin.com/in/hthantoo)
- Gmail: hthant00chk@gmail.com
๐ค **Thomas Obuya**
- GitHub: [@githubhandle](https://github.com/tobuya)
- Twitter: [@twitterhandle](https://twitter.com/MullerTheGreat1)
- LinkedIn: [LinkedIn](https://linkedin.com/in/tobuya)
- [ ] Add tests
- [ ] Create API endpoints
- [ ] Implement authentication
- [ ] Improve UI
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/IndieCoderMM/blogify/issues).
If you like this project, please consider giving it a โญ.
## ๐ Acknowledgements
I would like to thank all code reviewers for making this project better.
This project is [MIT](./LICENSE) licensed.