A classic blog app built with Ruby on Rails. It is a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts with authentication and authorzation features.
- Ruby
- Ruby on Rails
- Gems
- Bundler
- RSpec
- CanCanCan for Authorization
- Devise for Authentication
- PostgreSQL
This project is an implementation of a Ruby on Rails blog app.
To get a local copy up and running follow these simple example steps.
- Ruby
- PostgreSQL user with enough permissions for managing databases
- Clone this repository in your local machine by using
git clone git@github.com:rskinnerc/blog-app.git
- Update
config/database.yml
file in order to set a working user/password postgresql account
Install the dependencies with bundle install
- Run the app with
rails server
- In your browser had to http://localhost:3000
👤 Ronald Skinner
- GitHub: @rskinnerc
- Twitter: @XSkinner
- LinkedIn: Ronald Skinner Cardenas
👤 Abdul Hadi Jafari
- GitHub: @Hadi111jafari
- LinkedIn: Abdul Hadi Jafari
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc