This is a Blog App build with Ruby on Rails where clients can post and comment and also leave a like for the favorite post they like.
- Create posts.
- List all the posts.
- Add comments and likes to a post.
To run this project you need the following dependencies:
- Ruby:
3.0.2
- Rails:
7.0.4.3+
- PostgreSQL:
15.2+
- Clone this repository to your local machine:
git clone git@github.com:hetrox8/Rails_Blog_App.git
cd Blog_app
- Install dependencies:
bundle install
- Recreate Data Base:
rake db:schema:load
To run the project, execute the following command in the terminal:
cd Blog_app
rails s
👤 Suleiman Gacheru
- GitHub: @hetrox8
- Twitter: @suleimangacheru
- Add validations to the model.
- Create controllers.
- Create a web interface.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page for any open issues or to report a new one.
Give a ⭐️ if you like this project!
I would like to thank the Microverse community for their support and guidance.
This project is MIT licensed.