A blog website that shows a list of posts and empower readers to interact with them by adding comments and liking posts.
- Ruby
- Ruby on Rails
- RSpec
To get a local copy up and running follow these simple example steps.
git clone https://github.com/MrBrN197/BlogApp.git
and then run
bundle install
start of by creating the database and running migrations using
bin/rails db:setup
to start the server run bin/rails s
to test simply run rspec
👤 Brian Orora
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!