for-ashraf / blog-app

This is a Blog App built with Ruby on Rails.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog App (Ruby on Rails) πŸ“šπŸŽΆπŸŽžοΈπŸ‘Ύ

The Blog app will be a classic example of a blog website. I am going 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.

//catalog_of_my_things

Built With

  • Ruby on Rails (Web Devlopment programming language)
  • Linters: Rubocop
  • Visual Studio Code (code editor)
  • RSpec (testings)

Getting Started

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

Prerequisites

  • A web browser like Google Chrome.
  • A code editor like Visual Studio Code with Git and Ruby.

You can check if Git is installed by running the following command in the terminal.

$ git --version

Likewise for Ruby installation.

$ ruby --version && irb

Setup

Clone the repository using the GitHub link provided below.

Install

In the terminal, go to your file directory and run this command.

$ git clone https://github.com/for-ashraf/blog-app.git

$ bundle install

$ code .


### Usage

Kindly modify the files as needed.

## Authors

πŸ‘€ **Muhammad Ashraf Siddiqui** πŸ§‘πŸ»β€
- GitHub: [@for-ashraf](https://github.com/for-ashraf)
- Twitter: [@forashraf](https://twitter.com/forashraf)
- LinkedIn: [Muhammad Ashraf](https://www.linkedin.com/in/muhammad-ashraf-30031439/)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](hhttps://github.com/VitorGuedesMadeira/Capstone-Ruby/issues).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- [Microverse](https://www.microverse.org/)
- Coding Partners
- Code Reviewers

## πŸ“ License

This project is [MIT](./MIT.md) licensed.

## UML Diagram

About

This is a Blog App built with Ruby on Rails.

License:MIT License


Languages

Language:Ruby 73.7%Language:HTML 17.1%Language:Batchfile 6.0%Language:JavaScript 2.5%Language:CSS 0.6%