[Blog App] Blog App is a fully functional Ruby on Rails application that will show the list of posts and empower users to interact by adding comments and liking posts.
- Ruby on Rails.
- PostgreSQL.
- HTML
- ERB
- The app built using Ruby.
- The schema file built using SQL.
Blog App is a fully functional Ruby on Rails application that will show the list of posts and empower users to interact by adding comments and liking posts.
- [View Blog posts]
- [Add comments]
- [View number of posts by user]
- [A method that returns the 3 most recent posts for a given user.]
- [A method that updates the posts counter for a user.]
- [A method which returns the 5 most recent comments for a given post.]
- [A method that updates the comments counter for a post.]
- [A method that updates the likes counter for a post.]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby should be installed in your local machine
- You need a Terminal.
- You need a code editor eg:
VsCode
Clone this repository to your desired folder:
cd my-folder git clone https://github.com/Ceemos96/blog-app
Install this project with:
Example command:
sh cd blog-app bundle install
To run the project, execute the following command:
Example command:
sh ruby main.rb
To run tests, run the following command:
Example command:
sh rspec spec
👤 Suleiman Olaade
- GitHub: @Ceemos96
- Twitter: @Ceemos_dev
- LinkedIn: suleiman-olaide
- [Searching Functionality for a specific blog post]
- [Provide a simple way for the user to choose from a list of options]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project...
I would like to thank Microverse
This project is MIT licensed.