kessie2862 / rails-blog-app

The Rails-Blog App is a feature-rich, user-friendly blog application built with Ruby on Rails that shows the list of posts and empower readers to interact with them by adding comments and liking posts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Rails-Blog-App

The Rails-Blog App is a feature-rich, user-friendly blog application built with Ruby on Rails that shows the list of posts and empower readers to interact with them by adding comments and liking posts.

πŸ›  Built With

Tech Stack

Client
Database

Key Features

  • Ruby
  • Rails
  • PostgreSQL (RDB)

(back to top)

πŸ’» Getting Started

To start and run this project

bundle install
rails s

To get a local copy up and running, follow these steps.

Prerequisites

  • IDE to edit and run codes (Strongly recommend Visual Studio Code πŸ”₯).
  • Git.
  • PostgreSQL installed

Install & Setup

To setup and install this project, follow the below steps:

  • Clone this project by the command:
$ https://github.com/kessie2862/rails-blog-app.git
  • Run the command below to switch to the project directory:
$ cd rails-blog-app
  • Install the required dependecies with bundle install
  • Install npm dependencies with npm install
  • Run rails db:setup
  • Run rails db:migrate
  • With Ruby on Rails and PostgreSQL installed in your environment, you can run rails server or rails s to run the website.

Tests

  • Run rake db:seed RAILS_ENV=test to seed the testing database
  • Run rspec

(back to top)

πŸ‘₯ Authors

πŸ‘€ : Prosper Kessie

(back to top)

πŸ”­ Future Features

  • Build the project schemas
  • Add more tables to postgresql

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project give it a ⭐️

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse and anyone who contributed to the success of this project.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

The Rails-Blog App is a feature-rich, user-friendly blog application built with Ruby on Rails that shows the list of posts and empower readers to interact with them by adding comments and liking posts.

License:MIT License


Languages

Language:Ruby 69.3%Language:HTML 26.9%Language:Batchfile 2.4%Language:JavaScript 1.1%Language:CSS 0.3%