/blog-app

Blog app is an application that shows a list of posts and empowers readers to interact with them by commenting and liking.

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 Blog app

Blog app is an application that shows a list of posts and empowers readers to interact with them by commenting and liking.

🛠 Built With

Tech Stack

Client
Server
database

Key Features

  • Veiw posts.
  • Like posts.
  • Comment on posts
  • Read post

(back to top)

💻 Getting Started

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

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

  • Create a local directory where you can clone the project
  • Clone the project to your directory by running
    • git clone https://github.com/leehaney254/blog-app.git
  • Run the code with ruby

Prerequisites

In order to run this project you need:

  • install ruby
  sudo apt-get install ruby-full
  • install rails
 gem install rails
  • install postgresql
  sudo apt-get install postgresql postgresql-contrib libpq-dev

Setup

Clone this repository to your desired folder:

  • Create a local directory where you can clone the project
  • Clone the project to your directory by running
    • git clone https://github.com/leehaney254/blog-app.git

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  rspec

(back to top)

👥 Author

👤 Leehaney George

👤 Yuvenal Njoroge

(back to top)

🔭 Future Features

  • Improve UI
  • Add funcionality

(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 kindly leave a ⭐

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for the great resources shared.

(back to top)

📝 License

This project is MIT licensed.

(back to top)