The Blog is a classic example of a blog website. The goal is to create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
- Ruby on Rails
- Ruby
- Ruby
- Ruby on Rails
- PostgreSQL
- Ruby
- Ruby on Rails(as a gem)
- Postgresql database
To get a local copy of the app, run the following commands in your terminal:
git clone https://github.com/mwenyoa/Blog-App.git
cd /Blog-App.git
bundle install
Run the following commands to run the app
rails db:create
rails db:migrate
rails s
In your browser, go to
http://localhost:3000
- To install rspec: gem install rspec
- To run all the tests: rspec ./spec
👤 Anthony Mwenyo
- GitHub: @mwenyoa
- Twitter: @anthony_mwenyo
- LinkedIn: Anthony Mwenyo
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.