/blog-app

A ruby on rails fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts

Primary LanguageRubyMIT LicenseMIT


BLOG APP

📗 Table of Contents

📖 Blog App

"Blog App" 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.

🛠 Built With

Tech Stack

Stack

Key Features

  • Add posts.
  • Leave comments on posts.
  • Like posts

(back to top)

Sample database table

Users table

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • Ruby installed and configured properly. Guide
  • Ruby on rails Guide

Setup

Clone this repository to your desired folder:

Example commands:

  cd my-folder
  git clone https://github.com/NoelLincoln/blog-app.git

Usage

In the project folder run the following

bundle install

To run the program you have to run

rails server

Tests

Integration and request specs are written using rspec-rails gem and capybara. To run the specs, navigate to root folder and run:

rspec 

Authors

👤 Noel Bryant

👤 Raphael Miyoyo

(back to top)

🔭 Future Features

  • Add geolocation

(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 feel free to reach out to us.

(back to top)

🙏 Acknowledgments

We would like to thank the entire Microverse Community

(back to top)

📝 License

This project is MIT licensed.

(back to top)